From 688f614337f6f07c2da82ad40d175ccd59473173 Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Sun, 22 Dec 2024 12:18:16 -0500 Subject: [PATCH] ESP IDF Robot --- ESP-IDF_Robot/build/.ninja_deps | Bin 0 -> 88984 bytes ESP-IDF_Robot/build/.ninja_log | 82 + .../build/CMakeFiles/git-data/head-ref | 2 +- ESP-IDF_Robot/build/build.ninja | 1856 +---------------- ESP-IDF_Robot/build/compile_commands.json | 2 +- ESP-IDF_Robot/build/config/sdkconfig.cmake | 4 +- ESP-IDF_Robot/build/config/sdkconfig.h | 2 +- ESP-IDF_Robot/build/config/sdkconfig.json | 2 +- .../esp-tls-crypto/esp_tls_crypto.c.obj | Bin 0 -> 13136 bytes .../__idf_esp-tls.dir/esp_tls.c.obj | Bin 0 -> 180176 bytes .../esp_tls_error_capture.c.obj | Bin 0 -> 15520 bytes .../__idf_esp-tls.dir/esp_tls_mbedtls.c.obj | Bin 0 -> 160516 bytes .../esp_tls_platform_port.c.obj | Bin 0 -> 4712 bytes .../build/esp-idf/esp-tls/libesp-tls.a | Bin 0 -> 375952 bytes .../__idf_esp_adc.dir/adc_cali.c.obj | Bin 0 -> 13960 bytes .../adc_cali_curve_fitting.c.obj | Bin 0 -> 47464 bytes .../__idf_esp_adc.dir/adc_common.c.obj | Bin 0 -> 28168 bytes .../__idf_esp_adc.dir/adc_continuous.c.obj | Bin 0 -> 142852 bytes .../__idf_esp_adc.dir/adc_filter.c.obj | Bin 0 -> 82724 bytes .../__idf_esp_adc.dir/adc_monitor.c.obj | Bin 0 -> 116772 bytes .../__idf_esp_adc.dir/adc_oneshot.c.obj | Bin 0 -> 109284 bytes .../esp32c3/esp_adc_cal_legacy.c.obj | Bin 0 -> 34496 bytes .../esp_adc_cal_common_legacy.c.obj | Bin 0 -> 25540 bytes .../esp32c3/curve_fitting_coefficients.c.obj | Bin 0 -> 9624 bytes .../build/esp-idf/esp_adc/libesp_adc.a | Bin 0 -> 613052 bytes .../esp32c3/esp_coex_adapter.c.obj | Bin 0 -> 33916 bytes .../__idf_esp_eth.dir/src/esp_eth.c.obj | Bin 0 -> 214364 bytes .../src/esp_eth_netif_glue.c.obj | Bin 0 -> 54344 bytes .../src/esp_eth_phy_802_3.c.obj | Bin 0 -> 212104 bytes .../build/esp-idf/esp_eth/libesp_eth.a | Bin 0 -> 482456 bytes .../__idf_esp_gdbstub.dir/src/gdbstub.c.obj | Bin 0 -> 174144 bytes .../src/gdbstub_transport.c.obj | Bin 0 -> 28920 bytes .../__idf_esp_gdbstub.dir/src/packet.c.obj | Bin 0 -> 29240 bytes .../src/port/riscv/gdbstub_riscv.c.obj | Bin 0 -> 17548 bytes .../src/port/riscv/rv_decode.c.obj | Bin 0 -> 34440 bytes .../esp-idf/esp_gdbstub/libesp_gdbstub.a | Bin 0 -> 285530 bytes .../esp_http_client.c.obj | Bin 0 -> 332396 bytes .../lib/http_auth.c.obj | Bin 0 -> 42640 bytes .../lib/http_header.c.obj | Bin 0 -> 53244 bytes .../lib/http_utils.c.obj | Bin 0 -> 33416 bytes .../esp_http_client/libesp_http_client.a | Bin 0 -> 463896 bytes .../src/httpd_main.c.obj | Bin 0 -> 129172 bytes .../src/httpd_parse.c.obj | Bin 0 -> 164756 bytes .../src/httpd_sess.c.obj | Bin 0 -> 91468 bytes .../src/httpd_txrx.c.obj | Bin 0 -> 125464 bytes .../src/httpd_uri.c.obj | Bin 0 -> 66180 bytes .../src/httpd_ws.c.obj | Bin 0 -> 2616 bytes .../src/util/ctrl_sock.c.obj | Bin 0 -> 20408 bytes .../esp_http_server/libesp_http_server.a | Bin 0 -> 602550 bytes .../src/esp_https_ota.c.obj | Bin 0 -> 141160 bytes .../esp-idf/esp_https_ota/libesp_https_ota.a | Bin 0 -> 141660 bytes .../build/esp-idf/esp_system/ld/memory.ld | 92 + .../esp-idf/esp_system/ld/sections.ld.in | 415 ++++ .../esp32c3/esp_adapter.c.obj | Bin 0 -> 127468 bytes .../__idf_esp_wifi.dir/src/mesh_event.c.obj | Bin 0 -> 6724 bytes .../__idf_esp_wifi.dir/src/smartconfig.c.obj | Bin 0 -> 19484 bytes .../src/smartconfig_ack.c.obj | Bin 0 -> 53208 bytes .../__idf_esp_wifi.dir/src/wifi_default.c.obj | Bin 0 -> 96636 bytes .../src/wifi_default_ap.c.obj | Bin 0 -> 10512 bytes .../__idf_esp_wifi.dir/src/wifi_init.c.obj | Bin 0 -> 56476 bytes .../__idf_esp_wifi.dir/src/wifi_netif.c.obj | Bin 0 -> 33896 bytes .../build/esp-idf/esp_wifi/libesp_wifi.a | Bin 0 -> 406184 bytes .../__idf_http_parser.dir/http_parser.c.obj | Bin 0 -> 293884 bytes .../esp-idf/http_parser/libhttp_parser.a | Bin 0 -> 294412 bytes .../__idf_tcp_transport.dir/transport.c.obj | Bin 0 -> 71336 bytes .../transport_internal.c.obj | Bin 0 -> 15808 bytes .../transport_socks_proxy.c.obj | Bin 0 -> 66308 bytes .../transport_ssl.c.obj | Bin 0 -> 145344 bytes .../transport_ws.c.obj | Bin 0 -> 200292 bytes .../esp-idf/tcp_transport/libtcp_transport.a | Bin 0 -> 501968 bytes .../port/os_xtensa.c.obj | Bin 0 -> 12376 bytes .../src/ap/ieee802_1x.c.obj | Bin 0 -> 89176 bytes .../build/partition_table/partition-table.bin | Bin 0 -> 3072 bytes ESP-IDF_Robot/build/project_description.json | 2 +- ESP-IDF_Robot/build/project_elf_src_esp32c3.c | 0 ESP-IDF_Robot/sdkconfig | 2 +- 76 files changed, 670 insertions(+), 1791 deletions(-) create mode 100644 ESP-IDF_Robot/build/.ninja_deps create mode 100644 ESP-IDF_Robot/build/.ninja_log create mode 100644 ESP-IDF_Robot/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp-tls-crypto/esp_tls_crypto.c.obj create mode 100644 ESP-IDF_Robot/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls.c.obj create mode 100644 ESP-IDF_Robot/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_error_capture.c.obj create mode 100644 ESP-IDF_Robot/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_mbedtls.c.obj create mode 100644 ESP-IDF_Robot/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_platform_port.c.obj create mode 100644 ESP-IDF_Robot/build/esp-idf/esp-tls/libesp-tls.a create mode 100644 ESP-IDF_Robot/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali.c.obj create mode 100644 ESP-IDF_Robot/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali_curve_fitting.c.obj create mode 100644 ESP-IDF_Robot/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_common.c.obj create mode 100644 ESP-IDF_Robot/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_continuous.c.obj create mode 100644 ESP-IDF_Robot/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_filter.c.obj create mode 100644 ESP-IDF_Robot/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_monitor.c.obj create mode 100644 ESP-IDF_Robot/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_oneshot.c.obj create mode 100644 ESP-IDF_Robot/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp32c3/esp_adc_cal_legacy.c.obj create mode 100644 ESP-IDF_Robot/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp_adc_cal_common_legacy.c.obj create mode 100644 ESP-IDF_Robot/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/esp32c3/curve_fitting_coefficients.c.obj create mode 100644 ESP-IDF_Robot/build/esp-idf/esp_adc/libesp_adc.a create mode 100644 ESP-IDF_Robot/build/esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/esp32c3/esp_coex_adapter.c.obj create mode 100644 ESP-IDF_Robot/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth.c.obj create mode 100644 ESP-IDF_Robot/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_netif_glue.c.obj create mode 100644 ESP-IDF_Robot/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_802_3.c.obj create mode 100644 ESP-IDF_Robot/build/esp-idf/esp_eth/libesp_eth.a create mode 100644 ESP-IDF_Robot/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub.c.obj create mode 100644 ESP-IDF_Robot/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub_transport.c.obj create mode 100644 ESP-IDF_Robot/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/packet.c.obj create mode 100644 ESP-IDF_Robot/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/riscv/gdbstub_riscv.c.obj create mode 100644 ESP-IDF_Robot/build/esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/riscv/rv_decode.c.obj create mode 100644 ESP-IDF_Robot/build/esp-idf/esp_gdbstub/libesp_gdbstub.a create mode 100644 ESP-IDF_Robot/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/esp_http_client.c.obj create mode 100644 ESP-IDF_Robot/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_auth.c.obj create mode 100644 ESP-IDF_Robot/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_header.c.obj create mode 100644 ESP-IDF_Robot/build/esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_utils.c.obj create mode 100644 ESP-IDF_Robot/build/esp-idf/esp_http_client/libesp_http_client.a create mode 100644 ESP-IDF_Robot/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_main.c.obj create mode 100644 ESP-IDF_Robot/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_parse.c.obj create mode 100644 ESP-IDF_Robot/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_sess.c.obj create mode 100644 ESP-IDF_Robot/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_txrx.c.obj create mode 100644 ESP-IDF_Robot/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_uri.c.obj create mode 100644 ESP-IDF_Robot/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_ws.c.obj create mode 100644 ESP-IDF_Robot/build/esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/util/ctrl_sock.c.obj create mode 100644 ESP-IDF_Robot/build/esp-idf/esp_http_server/libesp_http_server.a create mode 100644 ESP-IDF_Robot/build/esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir/src/esp_https_ota.c.obj create mode 100644 ESP-IDF_Robot/build/esp-idf/esp_https_ota/libesp_https_ota.a create mode 100644 ESP-IDF_Robot/build/esp-idf/esp_system/ld/memory.ld create mode 100644 ESP-IDF_Robot/build/esp-idf/esp_system/ld/sections.ld.in create mode 100644 ESP-IDF_Robot/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/esp32c3/esp_adapter.c.obj create mode 100644 ESP-IDF_Robot/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/mesh_event.c.obj create mode 100644 ESP-IDF_Robot/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig.c.obj create mode 100644 ESP-IDF_Robot/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig_ack.c.obj create mode 100644 ESP-IDF_Robot/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default.c.obj create mode 100644 ESP-IDF_Robot/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default_ap.c.obj create mode 100644 ESP-IDF_Robot/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_init.c.obj create mode 100644 ESP-IDF_Robot/build/esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_netif.c.obj create mode 100644 ESP-IDF_Robot/build/esp-idf/esp_wifi/libesp_wifi.a create mode 100644 ESP-IDF_Robot/build/esp-idf/http_parser/CMakeFiles/__idf_http_parser.dir/http_parser.c.obj create mode 100644 ESP-IDF_Robot/build/esp-idf/http_parser/libhttp_parser.a create mode 100644 ESP-IDF_Robot/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport.c.obj create mode 100644 ESP-IDF_Robot/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_internal.c.obj create mode 100644 ESP-IDF_Robot/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_socks_proxy.c.obj create mode 100644 ESP-IDF_Robot/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ssl.c.obj create mode 100644 ESP-IDF_Robot/build/esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ws.c.obj create mode 100644 ESP-IDF_Robot/build/esp-idf/tcp_transport/libtcp_transport.a create mode 100644 ESP-IDF_Robot/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/os_xtensa.c.obj create mode 100644 ESP-IDF_Robot/build/esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_1x.c.obj create mode 100644 ESP-IDF_Robot/build/partition_table/partition-table.bin create mode 100644 ESP-IDF_Robot/build/project_elf_src_esp32c3.c diff --git a/ESP-IDF_Robot/build/.ninja_deps b/ESP-IDF_Robot/build/.ninja_deps new file mode 100644 index 0000000000000000000000000000000000000000..8404eb61fcdcd511f9937915dc7b15afc9892f1d GIT binary patch literal 88984 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 literal 0 HcmV?d00001 diff --git a/ESP-IDF_Robot/build/.ninja_log b/ESP-IDF_Robot/build/.ninja_log new file mode 100644 index 000000000..e455b988b --- /dev/null +++ b/ESP-IDF_Robot/build/.ninja_log @@ -0,0 +1,82 @@ +# ninja log v6 +224 10503 1734887884361845155 build.ninja 1810ecd0a7b8a7ce +78 126 1734887884640847663 project_elf_src_esp32c3.c 8202b243b3102233 +78 126 1734887884640847663 /home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/project_elf_src_esp32c3.c 8202b243b3102233 +72 153 1734887884668847914 esp-idf/esp_system/ld/memory.ld f4fbe60a26db8447 +72 153 1734887884668847914 /home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/esp_system/ld/memory.ld f4fbe60a26db8447 +74 177 1734887884691848121 esp-idf/esp_system/ld/sections.ld.in 570a77cfdb791267 +74 177 1734887884691848121 /home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/esp_system/ld/sections.ld.in 570a77cfdb791267 +76 788 1734887884773848858 partition_table/partition-table.bin 59dd723bdaa1d79b +76 788 1734887884773848858 /home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/partition_table/partition-table.bin 59dd723bdaa1d79b +178 942 1734887884698848184 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_main.c.obj 33e9a8aecf5de1d2 +196 1052 1734887884716848346 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_txrx.c.obj 1f9cd85729ec1405 +788 1302 1734887885308853666 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_uri.c.obj 2c11ee7ef2b83126 +177 1352 1734887884697848175 esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir/src/esp_https_ota.c.obj 644e334ee6a81631 +192 1436 1734887884712848310 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_sess.c.obj 821971588a6c58ad +1353 1454 1734887885874858752 esp-idf/esp_https_ota/libesp_https_ota.a 3f358d070e6f0049 +1052 1463 1734887885572856038 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/util/ctrl_sock.c.obj 1eccb2bfdf51ead8 +943 1717 1734887885463855059 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_ws.c.obj f07dc5da20c482e5 +1463 1765 1734887885983859731 esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_utils.c.obj 1b16bbc4da740a43 +1437 1787 1734887885957859498 esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_auth.c.obj c713330e889c1a79 +183 2025 1734887884704848238 esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_parse.c.obj 10525ac571cac629 +2025 2173 1734887886546864790 esp-idf/esp_http_server/libesp_http_server.a 5c85405aa3e4ea3d +1454 2363 1734887885974859650 esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_header.c.obj aee91b889f5e2bc7 +1765 2490 1734887886285862445 esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ssl.c.obj bbb1cd5409847007 +2173 2593 1734887886694866119 esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_socks_proxy.c.obj b982c167f87d3ed6 +2595 2817 1734887887115869902 esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub_transport.c.obj 596c694a4b86bb91 +2493 3003 1734887887015869003 esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub.c.obj 2029878865796725 +1787 3015 1734887886308862651 esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_internal.c.obj 380546fd6028c5ce +2821 3079 1734887887342871941 esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/packet.c.obj 244a68c4ed4d0ac8 +1717 3103 1734887886237862013 esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport.c.obj 5bdb8d048fa2cd6a +3005 3241 1734887887525873585 esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/riscv/gdbstub_riscv.c.obj ded8d004b7d84d4a +3241 3541 1734887887761875705 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_netif_glue.c.obj ee6d5d87d3302674 +3015 3580 1734887887535873675 esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/riscv/rv_decode.c.obj b2600f960231b061 +3541 3753 1734887888062878409 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali.c.obj 635cb913fbc6bae1 +1305 3893 1734887885825858312 esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/esp_http_client.c.obj d8b61f88a2de8358 +3580 3964 1734887888100878750 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali_curve_fitting.c.obj eb7c005481f1214a +3894 3976 1734887888414881570 esp-idf/esp_http_client/libesp_http_client.a 17eb0aed824648d6 +3753 4023 1734887888273880304 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp_adc_cal_common_legacy.c.obj fafe812bea7dd27a +3104 4526 1734887887626874492 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_802_3.c.obj 6cf402c3318b6432 +3964 4759 1734887888487882226 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_oneshot.c.obj 1cf89b174a6e911e +3976 5045 1734887888496882307 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_common.c.obj e71288445aac7deb +2363 5078 1734887886883867817 esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ws.c.obj 5fa13596ceaa601b +5045 5178 1734887889565891908 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/esp32c3/curve_fitting_coefficients.c.obj d9e7dd83ad719c5d +3079 5218 1734887887599874249 esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth.c.obj c7f42b2759a71 +5078 5258 1734887889598892204 esp-idf/tcp_transport/libtcp_transport.a 356c22d60b248f1b +4760 5379 1734887889280889348 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_filter.c.obj 72b2f78031cd8b8c +5259 5434 1734887889779893829 esp-idf/esp_gdbstub/libesp_gdbstub.a daee5085a16a49b7 +4024 5484 1734887888544882738 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_continuous.c.obj f38c68ae0ecb37b8 +4527 5554 1734887889047887256 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_monitor.c.obj 6196d52bd801c68b +5434 5645 1734887889954895401 esp-idf/esp_eth/libesp_eth.a 95477496479c61a6 +5379 5696 1734887889899894907 esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp-tls-crypto/esp_tls_crypto.c.obj 2babcb8de06ad3d6 +5178 5794 1734887889699893111 esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp32c3/esp_adc_cal_legacy.c.obj d4a553c28fb2cd83 +5794 6001 1734887890315898643 esp-idf/esp_adc/libesp_adc.a e2603fc2fb6cc189 +5554 6086 1734887890074896479 esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_platform_port.c.obj 271d33d786db52c0 +5484 6366 1734887890004895850 esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_error_capture.c.obj 9737fcabd64e45d7 +5646 6640 1734887890166897305 esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_mbedtls.c.obj fa8a739396a9eec +6001 6654 1734887890521900492 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/mesh_event.c.obj 87fa68e2a0223b4c +6086 7179 1734887890606901255 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig.c.obj 6d375e1047cb5411 +6654 7214 1734887891174906355 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_netif.c.obj 61968179c4e6bfa7 +6640 7346 1734887891160906230 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default.c.obj e0fd608f8c74a51 +6367 7565 1734887890890903806 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_init.c.obj b01e806b92b8d8c6 +7180 7669 1734887891700911078 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default_ap.c.obj 600bf0b26140788b +5219 7830 1734887889739893470 esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls.c.obj b0d9177f71545d37 +7831 8026 1734887892351916922 esp-idf/esp-tls/libesp-tls.a 450d4fceae664e37 +5696 8287 1734887890216897754 esp-idf/http_parser/CMakeFiles/__idf_http_parser.dir/http_parser.c.obj 7e3d59ca8030182b +7566 8322 1734887892086914543 esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/esp32c3/esp_coex_adapter.c.obj 2543eb12dfa7eb70 +7670 8351 1734887892190915477 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/os_xtensa.c.obj 9c95007234e4f876 +7214 8415 1734887891734911383 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/esp32c3/esp_adapter.c.obj 2330c984358e64ee +8288 8451 1734887892808921024 esp-idf/http_parser/libhttp_parser.a d5767781715f69e3 +7346 8633 1734887891866912568 esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig_ack.c.obj fc9a1628980c551a +8351 8882 1734887892872921599 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_1x.c.obj e5bf40d994c7df94 +8636 8927 1734887893163924211 esp-idf/esp_wifi/libesp_wifi.a cfb7fc9a3376a520 +8322 9319 1734887892842921329 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ap_config.c.obj e4f5418961c35326 +8882 9337 1734887893402926356 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/pmksa_cache_auth.c.obj 3e56185ce0231c94 +8026 9576 1734887892546918672 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/eloop.c.obj 65329601463090c7 +8451 9632 1734887892971922487 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth_ie.c.obj edd3886797de5b2c +8927 10374 1734887893447926760 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/sta_info.c.obj ac45e69cc03902e4 +9337 10384 1734887893857930440 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/comeback_token.c.obj 61c8c893713bb87 +9634 10472 1734887894154933105 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/dragonfly.c.obj 38d1a84984e00746 +8415 10669 1734887892935922164 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth.c.obj 6e5585c1dc5efa0d +9321 10855 1734887893841930296 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_11.c.obj c241288905adb38b +10472 11171 1734887894992940625 esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-siv.c.obj 5cc63b6f2cdc8134 diff --git a/ESP-IDF_Robot/build/CMakeFiles/git-data/head-ref b/ESP-IDF_Robot/build/CMakeFiles/git-data/head-ref index 3f46d0697..6f278b1c8 100644 --- a/ESP-IDF_Robot/build/CMakeFiles/git-data/head-ref +++ b/ESP-IDF_Robot/build/CMakeFiles/git-data/head-ref @@ -1 +1 @@ -78779b38869603c9732335136ca17923c70eb43f +7cd4a3326eb51d94800748bbafe71ad1c2d83fcf diff --git a/ESP-IDF_Robot/build/build.ninja b/ESP-IDF_Robot/build/build.ninja index beb9e2bcf..deda28a76 100644 --- a/ESP-IDF_Robot/build/build.ninja +++ b/ESP-IDF_Robot/build/build.ninja @@ -129,8 +129,6 @@ build CMakeFiles/ESP-IDF_Robot.elf.dir/project_elf_src_esp32c3.c.obj: C_COMPILER INCLUDES = -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_bootloader_format/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/app_update/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/pthread/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/app_trace/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/nvs_flash/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_netif/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/esp_coex/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/unity/include -I/home/abobkov/esp/esp-idf/components/unity/unity/src -I/home/abobkov/esp/esp-idf/components/cmock/CMock/src -I/home/abobkov/esp/esp-idf/components/console -I/home/abobkov/esp/esp-idf/components/http_parser -I/home/abobkov/esp/esp-idf/components/esp-tls -I/home/abobkov/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/abobkov/esp/esp-idf/components/esp_adc/include -I/home/abobkov/esp/esp-idf/components/esp_adc/interface -I/home/abobkov/esp/esp-idf/components/esp_adc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_adc/deprecated/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_gdbstub/include -I/home/abobkov/esp/esp-idf/components/esp_hid/include -I/home/abobkov/esp/esp-idf/components/tcp_transport/include -I/home/abobkov/esp/esp-idf/components/esp_http_client/include -I/home/abobkov/esp/esp-idf/components/esp_http_server/include -I/home/abobkov/esp/esp-idf/components/esp_https_ota/include -I/home/abobkov/esp/esp-idf/components/esp_psram/include -I/home/abobkov/esp/esp-idf/components/esp_lcd/include -I/home/abobkov/esp/esp-idf/components/esp_lcd/interface -I/home/abobkov/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/abobkov/esp/esp-idf/components/protocomm/include/common -I/home/abobkov/esp/esp-idf/components/protocomm/include/security -I/home/abobkov/esp/esp-idf/components/protocomm/include/transports -I/home/abobkov/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/abobkov/esp/esp-idf/components/protocomm/proto-c -I/home/abobkov/esp/esp-idf/components/esp_local_ctrl/include -I/home/abobkov/esp/esp-idf/components/espcoredump/include -I/home/abobkov/esp/esp-idf/components/espcoredump/include/port/riscv -I/home/abobkov/esp/esp-idf/components/wear_levelling/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/fatfs/diskio -I/home/abobkov/esp/esp-idf/components/fatfs/src -I/home/abobkov/esp/esp-idf/components/fatfs/vfs -I/home/abobkov/esp/esp-idf/components/idf_test/include -I/home/abobkov/esp/esp-idf/components/idf_test/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/ieee802154/include -I/home/abobkov/esp/esp-idf/components/json/cJSON -I/home/abobkov/esp/esp-idf/components/mqtt/esp-mqtt/include -I/home/abobkov/esp/esp-idf/components/nvs_sec_provider/include -I/home/abobkov/esp/esp-idf/components/spiffs/include -I/home/abobkov/esp/esp-idf/components/wifi_provisioning/include -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/managed_components/espressif__led_strip/include -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/managed_components/espressif__led_strip/interface -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/main OBJECT_DIR = CMakeFiles/ESP-IDF_Robot.elf.dir OBJECT_FILE_DIR = CMakeFiles/ESP-IDF_Robot.elf.dir - TARGET_COMPILE_PDB = CMakeFiles/ESP-IDF_Robot.elf.dir/ - TARGET_PDB = ESP-IDF_Robot.elf.pdb # ============================================================================= @@ -148,9 +146,8 @@ build ESP-IDF_Robot.elf: CXX_EXECUTABLE_LINKER__ESP-IDF_Robot.2eelf_ CMakeFiles/ OBJECT_DIR = CMakeFiles/ESP-IDF_Robot.elf.dir POST_BUILD = : PRE_LINK = : - TARGET_COMPILE_PDB = CMakeFiles/ESP-IDF_Robot.elf.dir/ TARGET_FILE = ESP-IDF_Robot.elf - TARGET_PDB = ESP-IDF_Robot.elf.pdb + TARGET_PDB = ESP-IDF_Robot.elf.dbg ############################################# @@ -534,8 +531,6 @@ build esp-idf/riscv/CMakeFiles/__idf_riscv.dir/instruction_decode.c.obj: C_COMPI INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/riscv/CMakeFiles/__idf_riscv.dir/__idf_riscv.pdb - TARGET_PDB = esp-idf/riscv/libriscv.pdb build esp-idf/riscv/CMakeFiles/__idf_riscv.dir/interrupt.c.obj: C_COMPILER____idf_riscv_unscanned_ /home/abobkov/esp/esp-idf/components/riscv/interrupt.c || cmake_object_order_depends_target___idf_riscv DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -544,8 +539,6 @@ build esp-idf/riscv/CMakeFiles/__idf_riscv.dir/interrupt.c.obj: C_COMPILER____id INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/riscv/CMakeFiles/__idf_riscv.dir/__idf_riscv.pdb - TARGET_PDB = esp-idf/riscv/libriscv.pdb build esp-idf/riscv/CMakeFiles/__idf_riscv.dir/vectors.S.obj: ASM_COMPILER____idf_riscv_unscanned_ /home/abobkov/esp/esp-idf/components/riscv/vectors.S || cmake_object_order_depends_target___idf_riscv DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -554,8 +547,6 @@ build esp-idf/riscv/CMakeFiles/__idf_riscv.dir/vectors.S.obj: ASM_COMPILER____id INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/riscv/CMakeFiles/__idf_riscv.dir/__idf_riscv.pdb - TARGET_PDB = esp-idf/riscv/libriscv.pdb build esp-idf/riscv/CMakeFiles/__idf_riscv.dir/vectors_intc.S.obj: ASM_COMPILER____idf_riscv_unscanned_ /home/abobkov/esp/esp-idf/components/riscv/vectors_intc.S || cmake_object_order_depends_target___idf_riscv DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -564,8 +555,6 @@ build esp-idf/riscv/CMakeFiles/__idf_riscv.dir/vectors_intc.S.obj: ASM_COMPILER_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/riscv/CMakeFiles/__idf_riscv.dir/__idf_riscv.pdb - TARGET_PDB = esp-idf/riscv/libriscv.pdb # ============================================================================= @@ -580,9 +569,8 @@ build esp-idf/riscv/libriscv.a: C_STATIC_LIBRARY_LINKER____idf_riscv_ esp-idf/ri OBJECT_DIR = esp-idf/riscv/CMakeFiles/__idf_riscv.dir POST_BUILD = : PRE_LINK = : - TARGET_COMPILE_PDB = esp-idf/riscv/CMakeFiles/__idf_riscv.dir/__idf_riscv.pdb TARGET_FILE = esp-idf/riscv/libriscv.a - TARGET_PDB = esp-idf/riscv/libriscv.pdb + TARGET_PDB = riscv.a.dbg ############################################# @@ -670,8 +658,6 @@ build esp-idf/esp_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir/ringbuf.c.obj: C_COMP INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/esp_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir/__idf_esp_ringbuf.pdb - TARGET_PDB = esp-idf/esp_ringbuf/libesp_ringbuf.pdb # ============================================================================= @@ -686,9 +672,8 @@ build esp-idf/esp_ringbuf/libesp_ringbuf.a: C_STATIC_LIBRARY_LINKER____idf_esp_r OBJECT_DIR = esp-idf/esp_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir POST_BUILD = : PRE_LINK = : - TARGET_COMPILE_PDB = esp-idf/esp_ringbuf/CMakeFiles/__idf_esp_ringbuf.dir/__idf_esp_ringbuf.pdb TARGET_FILE = esp-idf/esp_ringbuf/libesp_ringbuf.a - TARGET_PDB = esp-idf/esp_ringbuf/libesp_ringbuf.pdb + TARGET_PDB = esp_ringbuf.a.dbg ############################################# @@ -776,8 +761,6 @@ build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_table.c.obj: C_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/efuse/private_include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/private_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include OBJECT_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir OBJECT_FILE_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/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_ /home/abobkov/esp/esp-idf/components/efuse/esp32c3/esp_efuse_fields.c || cmake_object_order_depends_target___idf_efuse DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -786,8 +769,6 @@ build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_fields.c.obj: C INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/efuse/private_include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/private_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include OBJECT_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir OBJECT_FILE_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/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_ /home/abobkov/esp/esp-idf/components/efuse/esp32c3/esp_efuse_rtc_calib.c || cmake_object_order_depends_target___idf_efuse DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -796,8 +777,6 @@ build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_rtc_calib.c.obj INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/efuse/private_include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/private_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include OBJECT_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir OBJECT_FILE_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/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_ /home/abobkov/esp/esp-idf/components/efuse/esp32c3/esp_efuse_utility.c || cmake_object_order_depends_target___idf_efuse DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -806,8 +785,6 @@ build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/esp32c3/esp_efuse_utility.c.obj: INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/efuse/private_include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/private_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include OBJECT_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir OBJECT_FILE_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/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_ /home/abobkov/esp/esp-idf/components/efuse/src/esp_efuse_api.c || cmake_object_order_depends_target___idf_efuse DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -816,8 +793,6 @@ build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_api.c.obj: C_COMPIL INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/efuse/private_include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/private_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include OBJECT_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir OBJECT_FILE_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src - 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_ /home/abobkov/esp/esp-idf/components/efuse/src/esp_efuse_fields.c || cmake_object_order_depends_target___idf_efuse DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -826,8 +801,6 @@ build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_fields.c.obj: C_COM INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/efuse/private_include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/private_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include OBJECT_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir OBJECT_FILE_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src - 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_ /home/abobkov/esp/esp-idf/components/efuse/src/esp_efuse_utility.c || cmake_object_order_depends_target___idf_efuse DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -836,8 +809,6 @@ build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/esp_efuse_utility.c.obj: C_CO INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/efuse/private_include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/private_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include OBJECT_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir OBJECT_FILE_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src - 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_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -846,8 +817,6 @@ build esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/with_ke INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/efuse/private_include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/private_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include OBJECT_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir OBJECT_FILE_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/src/efuse_controller/keys/with_key_purposes - TARGET_COMPILE_PDB = esp-idf/efuse/CMakeFiles/__idf_efuse.dir/__idf_efuse.pdb - TARGET_PDB = esp-idf/efuse/libefuse.pdb # ============================================================================= @@ -862,9 +831,8 @@ build esp-idf/efuse/libefuse.a: C_STATIC_LIBRARY_LINKER____idf_efuse_ esp-idf/ef OBJECT_DIR = esp-idf/efuse/CMakeFiles/__idf_efuse.dir POST_BUILD = : PRE_LINK = : - 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 + TARGET_PDB = efuse.a.dbg ############################################# @@ -1039,8 +1007,6 @@ build esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_mmu_map.c.obj: C_COMPILER__ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_mm/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/__idf_esp_mm.pdb - TARGET_PDB = esp-idf/esp_mm/libesp_mm.pdb build esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/port/esp32c3/ext_mem_layout.c.obj: C_COMPILER____idf_esp_mm_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -1049,8 +1015,6 @@ build esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/port/esp32c3/ext_mem_layout.c.o INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_mm/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/__idf_esp_mm.pdb - TARGET_PDB = esp-idf/esp_mm/libesp_mm.pdb build esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_cache.c.obj: C_COMPILER____idf_esp_mm_unscanned_ /home/abobkov/esp/esp-idf/components/esp_mm/esp_cache.c || cmake_object_order_depends_target___idf_esp_mm DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -1059,8 +1023,6 @@ build esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/esp_cache.c.obj: C_COMPILER____ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_mm/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/__idf_esp_mm.pdb - TARGET_PDB = esp-idf/esp_mm/libesp_mm.pdb # ============================================================================= @@ -1075,9 +1037,8 @@ build esp-idf/esp_mm/libesp_mm.a: C_STATIC_LIBRARY_LINKER____idf_esp_mm_ esp-idf OBJECT_DIR = esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir POST_BUILD = : PRE_LINK = : - TARGET_COMPILE_PDB = esp-idf/esp_mm/CMakeFiles/__idf_esp_mm.dir/__idf_esp_mm.pdb TARGET_FILE = esp-idf/esp_mm/libesp_mm.a - TARGET_PDB = esp-idf/esp_mm/libesp_mm.pdb + TARGET_PDB = esp_mm.a.dbg ############################################# @@ -1165,8 +1126,6 @@ build esp-idf/driver/CMakeFiles/__idf_driver.dir/gpio/gpio.c.obj: C_COMPILER____ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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/gpio - TARGET_COMPILE_PDB = esp-idf/driver/CMakeFiles/__idf_driver.dir/__idf_driver.pdb - TARGET_PDB = esp-idf/driver/libdriver.pdb build esp-idf/driver/CMakeFiles/__idf_driver.dir/gpio/gpio_glitch_filter_ops.c.obj: C_COMPILER____idf_driver_unscanned_ /home/abobkov/esp/esp-idf/components/driver/gpio/gpio_glitch_filter_ops.c || cmake_object_order_depends_target___idf_driver DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -1175,8 +1134,6 @@ build esp-idf/driver/CMakeFiles/__idf_driver.dir/gpio/gpio_glitch_filter_ops.c.o INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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/gpio - TARGET_COMPILE_PDB = esp-idf/driver/CMakeFiles/__idf_driver.dir/__idf_driver.pdb - TARGET_PDB = esp-idf/driver/libdriver.pdb build esp-idf/driver/CMakeFiles/__idf_driver.dir/gpio/rtc_io.c.obj: C_COMPILER____idf_driver_unscanned_ /home/abobkov/esp/esp-idf/components/driver/gpio/rtc_io.c || cmake_object_order_depends_target___idf_driver DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -1185,8 +1142,6 @@ build esp-idf/driver/CMakeFiles/__idf_driver.dir/gpio/rtc_io.c.obj: C_COMPILER__ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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/gpio - TARGET_COMPILE_PDB = esp-idf/driver/CMakeFiles/__idf_driver.dir/__idf_driver.pdb - TARGET_PDB = esp-idf/driver/libdriver.pdb build esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/spi_bus_lock.c.obj: C_COMPILER____idf_driver_unscanned_ /home/abobkov/esp/esp-idf/components/driver/spi/spi_bus_lock.c || cmake_object_order_depends_target___idf_driver DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -1195,8 +1150,6 @@ build esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/spi_bus_lock.c.obj: C_COMPI INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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/spi - TARGET_COMPILE_PDB = esp-idf/driver/CMakeFiles/__idf_driver.dir/__idf_driver.pdb - TARGET_PDB = esp-idf/driver/libdriver.pdb build esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_legacy.c.obj: C_COMPILER____idf_driver_unscanned_ /home/abobkov/esp/esp-idf/components/driver/deprecated/adc_legacy.c || cmake_object_order_depends_target___idf_driver DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -1205,8 +1158,6 @@ build esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_legacy.c.obj: C_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/driver/CMakeFiles/__idf_driver.dir/__idf_driver.pdb - TARGET_PDB = esp-idf/driver/libdriver.pdb build esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_dma_legacy.c.obj: C_COMPILER____idf_driver_unscanned_ /home/abobkov/esp/esp-idf/components/driver/deprecated/adc_dma_legacy.c || cmake_object_order_depends_target___idf_driver DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -1215,8 +1166,6 @@ build esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/adc_dma_legacy.c.obj INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/driver/CMakeFiles/__idf_driver.dir/__idf_driver.pdb - TARGET_PDB = esp-idf/driver/libdriver.pdb build esp-idf/driver/CMakeFiles/__idf_driver.dir/gpio/dedic_gpio.c.obj: C_COMPILER____idf_driver_unscanned_ /home/abobkov/esp/esp-idf/components/driver/gpio/dedic_gpio.c || cmake_object_order_depends_target___idf_driver DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -1225,8 +1174,6 @@ build esp-idf/driver/CMakeFiles/__idf_driver.dir/gpio/dedic_gpio.c.obj: C_COMPIL INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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/gpio - TARGET_COMPILE_PDB = esp-idf/driver/CMakeFiles/__idf_driver.dir/__idf_driver.pdb - TARGET_PDB = esp-idf/driver/libdriver.pdb build esp-idf/driver/CMakeFiles/__idf_driver.dir/gpio/gpio_pin_glitch_filter.c.obj: C_COMPILER____idf_driver_unscanned_ /home/abobkov/esp/esp-idf/components/driver/gpio/gpio_pin_glitch_filter.c || cmake_object_order_depends_target___idf_driver DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -1235,8 +1182,6 @@ build esp-idf/driver/CMakeFiles/__idf_driver.dir/gpio/gpio_pin_glitch_filter.c.o INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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/gpio - TARGET_COMPILE_PDB = esp-idf/driver/CMakeFiles/__idf_driver.dir/__idf_driver.pdb - TARGET_PDB = esp-idf/driver/libdriver.pdb build esp-idf/driver/CMakeFiles/__idf_driver.dir/gptimer/gptimer.c.obj: C_COMPILER____idf_driver_unscanned_ /home/abobkov/esp/esp-idf/components/driver/gptimer/gptimer.c || cmake_object_order_depends_target___idf_driver DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -1245,8 +1190,6 @@ build esp-idf/driver/CMakeFiles/__idf_driver.dir/gptimer/gptimer.c.obj: C_COMPIL INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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/gptimer - TARGET_COMPILE_PDB = esp-idf/driver/CMakeFiles/__idf_driver.dir/__idf_driver.pdb - TARGET_PDB = esp-idf/driver/libdriver.pdb build esp-idf/driver/CMakeFiles/__idf_driver.dir/gptimer/gptimer_priv.c.obj: C_COMPILER____idf_driver_unscanned_ /home/abobkov/esp/esp-idf/components/driver/gptimer/gptimer_priv.c || cmake_object_order_depends_target___idf_driver DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -1255,8 +1198,6 @@ build esp-idf/driver/CMakeFiles/__idf_driver.dir/gptimer/gptimer_priv.c.obj: C_C INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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/gptimer - TARGET_COMPILE_PDB = esp-idf/driver/CMakeFiles/__idf_driver.dir/__idf_driver.pdb - TARGET_PDB = esp-idf/driver/libdriver.pdb build esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/timer_legacy.c.obj: C_COMPILER____idf_driver_unscanned_ /home/abobkov/esp/esp-idf/components/driver/deprecated/timer_legacy.c || cmake_object_order_depends_target___idf_driver DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -1265,8 +1206,6 @@ build esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/timer_legacy.c.obj: INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/driver/CMakeFiles/__idf_driver.dir/__idf_driver.pdb - TARGET_PDB = esp-idf/driver/libdriver.pdb build esp-idf/driver/CMakeFiles/__idf_driver.dir/i2c/i2c.c.obj: C_COMPILER____idf_driver_unscanned_ /home/abobkov/esp/esp-idf/components/driver/i2c/i2c.c || cmake_object_order_depends_target___idf_driver DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -1275,8 +1214,6 @@ build esp-idf/driver/CMakeFiles/__idf_driver.dir/i2c/i2c.c.obj: C_COMPILER____id INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/driver/CMakeFiles/__idf_driver.dir/__idf_driver.pdb - TARGET_PDB = esp-idf/driver/libdriver.pdb build esp-idf/driver/CMakeFiles/__idf_driver.dir/i2c/i2c_master.c.obj: C_COMPILER____idf_driver_unscanned_ /home/abobkov/esp/esp-idf/components/driver/i2c/i2c_master.c || cmake_object_order_depends_target___idf_driver DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -1285,8 +1222,6 @@ build esp-idf/driver/CMakeFiles/__idf_driver.dir/i2c/i2c_master.c.obj: C_COMPILE INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/driver/CMakeFiles/__idf_driver.dir/__idf_driver.pdb - TARGET_PDB = esp-idf/driver/libdriver.pdb build esp-idf/driver/CMakeFiles/__idf_driver.dir/i2c/i2c_common.c.obj: C_COMPILER____idf_driver_unscanned_ /home/abobkov/esp/esp-idf/components/driver/i2c/i2c_common.c || cmake_object_order_depends_target___idf_driver DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -1295,8 +1230,6 @@ build esp-idf/driver/CMakeFiles/__idf_driver.dir/i2c/i2c_common.c.obj: C_COMPILE INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/driver/CMakeFiles/__idf_driver.dir/__idf_driver.pdb - TARGET_PDB = esp-idf/driver/libdriver.pdb build esp-idf/driver/CMakeFiles/__idf_driver.dir/i2c/i2c_slave.c.obj: C_COMPILER____idf_driver_unscanned_ /home/abobkov/esp/esp-idf/components/driver/i2c/i2c_slave.c || cmake_object_order_depends_target___idf_driver DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -1305,8 +1238,6 @@ build esp-idf/driver/CMakeFiles/__idf_driver.dir/i2c/i2c_slave.c.obj: C_COMPILER INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/driver/CMakeFiles/__idf_driver.dir/__idf_driver.pdb - TARGET_PDB = esp-idf/driver/libdriver.pdb build esp-idf/driver/CMakeFiles/__idf_driver.dir/i2s/i2s_common.c.obj: C_COMPILER____idf_driver_unscanned_ /home/abobkov/esp/esp-idf/components/driver/i2s/i2s_common.c || cmake_object_order_depends_target___idf_driver DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -1315,8 +1246,6 @@ build esp-idf/driver/CMakeFiles/__idf_driver.dir/i2s/i2s_common.c.obj: C_COMPILE INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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/i2s - TARGET_COMPILE_PDB = esp-idf/driver/CMakeFiles/__idf_driver.dir/__idf_driver.pdb - TARGET_PDB = esp-idf/driver/libdriver.pdb build esp-idf/driver/CMakeFiles/__idf_driver.dir/i2s/i2s_platform.c.obj: C_COMPILER____idf_driver_unscanned_ /home/abobkov/esp/esp-idf/components/driver/i2s/i2s_platform.c || cmake_object_order_depends_target___idf_driver DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -1325,8 +1254,6 @@ build esp-idf/driver/CMakeFiles/__idf_driver.dir/i2s/i2s_platform.c.obj: C_COMPI INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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/i2s - TARGET_COMPILE_PDB = esp-idf/driver/CMakeFiles/__idf_driver.dir/__idf_driver.pdb - TARGET_PDB = esp-idf/driver/libdriver.pdb build esp-idf/driver/CMakeFiles/__idf_driver.dir/i2s/i2s_std.c.obj: C_COMPILER____idf_driver_unscanned_ /home/abobkov/esp/esp-idf/components/driver/i2s/i2s_std.c || cmake_object_order_depends_target___idf_driver DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -1335,8 +1262,6 @@ build esp-idf/driver/CMakeFiles/__idf_driver.dir/i2s/i2s_std.c.obj: C_COMPILER__ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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/i2s - TARGET_COMPILE_PDB = esp-idf/driver/CMakeFiles/__idf_driver.dir/__idf_driver.pdb - TARGET_PDB = esp-idf/driver/libdriver.pdb build esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/i2s_legacy.c.obj: C_COMPILER____idf_driver_unscanned_ /home/abobkov/esp/esp-idf/components/driver/deprecated/i2s_legacy.c || cmake_object_order_depends_target___idf_driver DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -1345,8 +1270,6 @@ build esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/i2s_legacy.c.obj: C_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/driver/CMakeFiles/__idf_driver.dir/__idf_driver.pdb - TARGET_PDB = esp-idf/driver/libdriver.pdb build esp-idf/driver/CMakeFiles/__idf_driver.dir/i2s/i2s_pdm.c.obj: C_COMPILER____idf_driver_unscanned_ /home/abobkov/esp/esp-idf/components/driver/i2s/i2s_pdm.c || cmake_object_order_depends_target___idf_driver DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -1355,8 +1278,6 @@ build esp-idf/driver/CMakeFiles/__idf_driver.dir/i2s/i2s_pdm.c.obj: C_COMPILER__ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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/i2s - TARGET_COMPILE_PDB = esp-idf/driver/CMakeFiles/__idf_driver.dir/__idf_driver.pdb - TARGET_PDB = esp-idf/driver/libdriver.pdb build esp-idf/driver/CMakeFiles/__idf_driver.dir/i2s/i2s_tdm.c.obj: C_COMPILER____idf_driver_unscanned_ /home/abobkov/esp/esp-idf/components/driver/i2s/i2s_tdm.c || cmake_object_order_depends_target___idf_driver DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -1365,8 +1286,6 @@ build esp-idf/driver/CMakeFiles/__idf_driver.dir/i2s/i2s_tdm.c.obj: C_COMPILER__ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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/i2s - TARGET_COMPILE_PDB = esp-idf/driver/CMakeFiles/__idf_driver.dir/__idf_driver.pdb - TARGET_PDB = esp-idf/driver/libdriver.pdb build esp-idf/driver/CMakeFiles/__idf_driver.dir/ledc/ledc.c.obj: C_COMPILER____idf_driver_unscanned_ /home/abobkov/esp/esp-idf/components/driver/ledc/ledc.c || cmake_object_order_depends_target___idf_driver DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -1375,8 +1294,6 @@ build esp-idf/driver/CMakeFiles/__idf_driver.dir/ledc/ledc.c.obj: C_COMPILER____ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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/ledc - TARGET_COMPILE_PDB = esp-idf/driver/CMakeFiles/__idf_driver.dir/__idf_driver.pdb - TARGET_PDB = esp-idf/driver/libdriver.pdb build esp-idf/driver/CMakeFiles/__idf_driver.dir/rmt/rmt_common.c.obj: C_COMPILER____idf_driver_unscanned_ /home/abobkov/esp/esp-idf/components/driver/rmt/rmt_common.c || cmake_object_order_depends_target___idf_driver DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -1385,8 +1302,6 @@ build esp-idf/driver/CMakeFiles/__idf_driver.dir/rmt/rmt_common.c.obj: C_COMPILE INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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/rmt - TARGET_COMPILE_PDB = esp-idf/driver/CMakeFiles/__idf_driver.dir/__idf_driver.pdb - TARGET_PDB = esp-idf/driver/libdriver.pdb build esp-idf/driver/CMakeFiles/__idf_driver.dir/rmt/rmt_encoder.c.obj: C_COMPILER____idf_driver_unscanned_ /home/abobkov/esp/esp-idf/components/driver/rmt/rmt_encoder.c || cmake_object_order_depends_target___idf_driver DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -1395,8 +1310,6 @@ build esp-idf/driver/CMakeFiles/__idf_driver.dir/rmt/rmt_encoder.c.obj: C_COMPIL INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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/rmt - TARGET_COMPILE_PDB = esp-idf/driver/CMakeFiles/__idf_driver.dir/__idf_driver.pdb - TARGET_PDB = esp-idf/driver/libdriver.pdb build esp-idf/driver/CMakeFiles/__idf_driver.dir/rmt/rmt_rx.c.obj: C_COMPILER____idf_driver_unscanned_ /home/abobkov/esp/esp-idf/components/driver/rmt/rmt_rx.c || cmake_object_order_depends_target___idf_driver DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -1405,8 +1318,6 @@ build esp-idf/driver/CMakeFiles/__idf_driver.dir/rmt/rmt_rx.c.obj: C_COMPILER___ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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/rmt - TARGET_COMPILE_PDB = esp-idf/driver/CMakeFiles/__idf_driver.dir/__idf_driver.pdb - TARGET_PDB = esp-idf/driver/libdriver.pdb build esp-idf/driver/CMakeFiles/__idf_driver.dir/rmt/rmt_tx.c.obj: C_COMPILER____idf_driver_unscanned_ /home/abobkov/esp/esp-idf/components/driver/rmt/rmt_tx.c || cmake_object_order_depends_target___idf_driver DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -1415,8 +1326,6 @@ build esp-idf/driver/CMakeFiles/__idf_driver.dir/rmt/rmt_tx.c.obj: C_COMPILER___ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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/rmt - TARGET_COMPILE_PDB = esp-idf/driver/CMakeFiles/__idf_driver.dir/__idf_driver.pdb - TARGET_PDB = esp-idf/driver/libdriver.pdb build esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/rmt_legacy.c.obj: C_COMPILER____idf_driver_unscanned_ /home/abobkov/esp/esp-idf/components/driver/deprecated/rmt_legacy.c || cmake_object_order_depends_target___idf_driver DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -1425,8 +1334,6 @@ build esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/rmt_legacy.c.obj: C_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/driver/CMakeFiles/__idf_driver.dir/__idf_driver.pdb - TARGET_PDB = esp-idf/driver/libdriver.pdb build esp-idf/driver/CMakeFiles/__idf_driver.dir/sigma_delta/sdm.c.obj: C_COMPILER____idf_driver_unscanned_ /home/abobkov/esp/esp-idf/components/driver/sigma_delta/sdm.c || cmake_object_order_depends_target___idf_driver DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -1435,8 +1342,6 @@ build esp-idf/driver/CMakeFiles/__idf_driver.dir/sigma_delta/sdm.c.obj: C_COMPIL INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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/sigma_delta - TARGET_COMPILE_PDB = esp-idf/driver/CMakeFiles/__idf_driver.dir/__idf_driver.pdb - TARGET_PDB = esp-idf/driver/libdriver.pdb build esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/sigma_delta_legacy.c.obj: C_COMPILER____idf_driver_unscanned_ /home/abobkov/esp/esp-idf/components/driver/deprecated/sigma_delta_legacy.c || cmake_object_order_depends_target___idf_driver DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -1445,8 +1350,6 @@ build esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/sigma_delta_legacy.c INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/driver/CMakeFiles/__idf_driver.dir/__idf_driver.pdb - TARGET_PDB = esp-idf/driver/libdriver.pdb build esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/gpspi/spi_common.c.obj: C_COMPILER____idf_driver_unscanned_ /home/abobkov/esp/esp-idf/components/driver/spi/gpspi/spi_common.c || cmake_object_order_depends_target___idf_driver DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -1455,8 +1358,6 @@ build esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/gpspi/spi_common.c.obj: C_C INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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/spi/gpspi - TARGET_COMPILE_PDB = esp-idf/driver/CMakeFiles/__idf_driver.dir/__idf_driver.pdb - TARGET_PDB = esp-idf/driver/libdriver.pdb build esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/gpspi/spi_master.c.obj: C_COMPILER____idf_driver_unscanned_ /home/abobkov/esp/esp-idf/components/driver/spi/gpspi/spi_master.c || cmake_object_order_depends_target___idf_driver DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -1465,8 +1366,6 @@ build esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/gpspi/spi_master.c.obj: C_C INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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/spi/gpspi - TARGET_COMPILE_PDB = esp-idf/driver/CMakeFiles/__idf_driver.dir/__idf_driver.pdb - TARGET_PDB = esp-idf/driver/libdriver.pdb build esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/gpspi/spi_slave.c.obj: C_COMPILER____idf_driver_unscanned_ /home/abobkov/esp/esp-idf/components/driver/spi/gpspi/spi_slave.c || cmake_object_order_depends_target___idf_driver DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -1475,8 +1374,6 @@ build esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/gpspi/spi_slave.c.obj: C_CO INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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/spi/gpspi - TARGET_COMPILE_PDB = esp-idf/driver/CMakeFiles/__idf_driver.dir/__idf_driver.pdb - TARGET_PDB = esp-idf/driver/libdriver.pdb build esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/sdspi/sdspi_crc.c.obj: C_COMPILER____idf_driver_unscanned_ /home/abobkov/esp/esp-idf/components/driver/spi/sdspi/sdspi_crc.c || cmake_object_order_depends_target___idf_driver DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -1485,8 +1382,6 @@ build esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/sdspi/sdspi_crc.c.obj: C_CO INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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/spi/sdspi - TARGET_COMPILE_PDB = esp-idf/driver/CMakeFiles/__idf_driver.dir/__idf_driver.pdb - TARGET_PDB = esp-idf/driver/libdriver.pdb build esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/sdspi/sdspi_host.c.obj: C_COMPILER____idf_driver_unscanned_ /home/abobkov/esp/esp-idf/components/driver/spi/sdspi/sdspi_host.c || cmake_object_order_depends_target___idf_driver DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -1495,8 +1390,6 @@ build esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/sdspi/sdspi_host.c.obj: C_C INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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/spi/sdspi - TARGET_COMPILE_PDB = esp-idf/driver/CMakeFiles/__idf_driver.dir/__idf_driver.pdb - TARGET_PDB = esp-idf/driver/libdriver.pdb build esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/sdspi/sdspi_transaction.c.obj: C_COMPILER____idf_driver_unscanned_ /home/abobkov/esp/esp-idf/components/driver/spi/sdspi/sdspi_transaction.c || cmake_object_order_depends_target___idf_driver DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -1505,8 +1398,6 @@ build esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/sdspi/sdspi_transaction.c.o INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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/spi/sdspi - TARGET_COMPILE_PDB = esp-idf/driver/CMakeFiles/__idf_driver.dir/__idf_driver.pdb - TARGET_PDB = esp-idf/driver/libdriver.pdb build esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/gpspi/spi_slave_hd.c.obj: C_COMPILER____idf_driver_unscanned_ /home/abobkov/esp/esp-idf/components/driver/spi/gpspi/spi_slave_hd.c || cmake_object_order_depends_target___idf_driver DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -1515,8 +1406,6 @@ build esp-idf/driver/CMakeFiles/__idf_driver.dir/spi/gpspi/spi_slave_hd.c.obj: C INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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/spi/gpspi - TARGET_COMPILE_PDB = esp-idf/driver/CMakeFiles/__idf_driver.dir/__idf_driver.pdb - TARGET_PDB = esp-idf/driver/libdriver.pdb build esp-idf/driver/CMakeFiles/__idf_driver.dir/temperature_sensor/temperature_sensor.c.obj: C_COMPILER____idf_driver_unscanned_ /home/abobkov/esp/esp-idf/components/driver/temperature_sensor/temperature_sensor.c || cmake_object_order_depends_target___idf_driver DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -1525,8 +1414,6 @@ build esp-idf/driver/CMakeFiles/__idf_driver.dir/temperature_sensor/temperature_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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/temperature_sensor - TARGET_COMPILE_PDB = esp-idf/driver/CMakeFiles/__idf_driver.dir/__idf_driver.pdb - TARGET_PDB = esp-idf/driver/libdriver.pdb build esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/rtc_temperature_legacy.c.obj: C_COMPILER____idf_driver_unscanned_ /home/abobkov/esp/esp-idf/components/driver/deprecated/rtc_temperature_legacy.c || cmake_object_order_depends_target___idf_driver DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -1535,8 +1422,6 @@ build esp-idf/driver/CMakeFiles/__idf_driver.dir/deprecated/rtc_temperature_lega INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/driver/CMakeFiles/__idf_driver.dir/__idf_driver.pdb - TARGET_PDB = esp-idf/driver/libdriver.pdb build esp-idf/driver/CMakeFiles/__idf_driver.dir/twai/twai.c.obj: C_COMPILER____idf_driver_unscanned_ /home/abobkov/esp/esp-idf/components/driver/twai/twai.c || cmake_object_order_depends_target___idf_driver DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -1545,8 +1430,6 @@ build esp-idf/driver/CMakeFiles/__idf_driver.dir/twai/twai.c.obj: C_COMPILER____ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/driver/CMakeFiles/__idf_driver.dir/__idf_driver.pdb - TARGET_PDB = esp-idf/driver/libdriver.pdb build esp-idf/driver/CMakeFiles/__idf_driver.dir/uart/uart.c.obj: C_COMPILER____idf_driver_unscanned_ /home/abobkov/esp/esp-idf/components/driver/uart/uart.c || cmake_object_order_depends_target___idf_driver DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -1555,8 +1438,6 @@ build esp-idf/driver/CMakeFiles/__idf_driver.dir/uart/uart.c.obj: C_COMPILER____ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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/uart - TARGET_COMPILE_PDB = esp-idf/driver/CMakeFiles/__idf_driver.dir/__idf_driver.pdb - TARGET_PDB = esp-idf/driver/libdriver.pdb build esp-idf/driver/CMakeFiles/__idf_driver.dir/usb_serial_jtag/usb_serial_jtag.c.obj: C_COMPILER____idf_driver_unscanned_ /home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/usb_serial_jtag.c || cmake_object_order_depends_target___idf_driver DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -1565,8 +1446,6 @@ build esp-idf/driver/CMakeFiles/__idf_driver.dir/usb_serial_jtag/usb_serial_jtag INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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/usb_serial_jtag - TARGET_COMPILE_PDB = esp-idf/driver/CMakeFiles/__idf_driver.dir/__idf_driver.pdb - TARGET_PDB = esp-idf/driver/libdriver.pdb build esp-idf/driver/CMakeFiles/__idf_driver.dir/usb_serial_jtag/usb_serial_jtag_connection_monitor.c.obj: C_COMPILER____idf_driver_unscanned_ /home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/usb_serial_jtag_connection_monitor.c || cmake_object_order_depends_target___idf_driver DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -1575,8 +1454,6 @@ build esp-idf/driver/CMakeFiles/__idf_driver.dir/usb_serial_jtag/usb_serial_jtag INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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/usb_serial_jtag - TARGET_COMPILE_PDB = esp-idf/driver/CMakeFiles/__idf_driver.dir/__idf_driver.pdb - TARGET_PDB = esp-idf/driver/libdriver.pdb # ============================================================================= @@ -1591,9 +1468,8 @@ build esp-idf/driver/libdriver.a: C_STATIC_LIBRARY_LINKER____idf_driver_ esp-idf OBJECT_DIR = esp-idf/driver/CMakeFiles/__idf_driver.dir POST_BUILD = : PRE_LINK = : - TARGET_COMPILE_PDB = esp-idf/driver/CMakeFiles/__idf_driver.dir/__idf_driver.pdb TARGET_FILE = esp-idf/driver/libdriver.a - TARGET_PDB = esp-idf/driver/libdriver.pdb + TARGET_PDB = driver.a.dbg ############################################# @@ -1681,8 +1557,6 @@ build esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_locks.c.obj: C_COMPILER____i INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/__idf_esp_pm.pdb - TARGET_PDB = esp-idf/esp_pm/libesp_pm.pdb build esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_trace.c.obj: C_COMPILER____idf_esp_pm_unscanned_ /home/abobkov/esp/esp-idf/components/esp_pm/pm_trace.c || cmake_object_order_depends_target___idf_esp_pm DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -1691,8 +1565,6 @@ build esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_trace.c.obj: C_COMPILER____i INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/__idf_esp_pm.pdb - TARGET_PDB = esp-idf/esp_pm/libesp_pm.pdb build esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_impl.c.obj: C_COMPILER____idf_esp_pm_unscanned_ /home/abobkov/esp/esp-idf/components/esp_pm/pm_impl.c || cmake_object_order_depends_target___idf_esp_pm DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -1701,8 +1573,6 @@ build esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/pm_impl.c.obj: C_COMPILER____id INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/__idf_esp_pm.pdb - TARGET_PDB = esp-idf/esp_pm/libesp_pm.pdb # ============================================================================= @@ -1717,9 +1587,8 @@ build esp-idf/esp_pm/libesp_pm.a: C_STATIC_LIBRARY_LINKER____idf_esp_pm_ esp-idf OBJECT_DIR = esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir POST_BUILD = : PRE_LINK = : - TARGET_COMPILE_PDB = esp-idf/esp_pm/CMakeFiles/__idf_esp_pm.dir/__idf_esp_pm.pdb TARGET_FILE = esp-idf/esp_pm/libesp_pm.a - TARGET_PDB = esp-idf/esp_pm/libesp_pm.pdb + TARGET_PDB = esp_pm.a.dbg ############################################# @@ -1807,8 +1676,6 @@ build esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/esp_crt_bundle/esp_crt_bundle INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/__idf_mbedtls.pdb - TARGET_PDB = esp-idf/mbedtls/libmbedtls.pdb build esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/__/__/x509_crt_bundle.S.obj: ASM_COMPILER____idf_mbedtls_unscanned_ /home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/x509_crt_bundle.S || cmake_object_order_depends_target___idf_mbedtls DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -1817,8 +1684,6 @@ build esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/__/__/x509_crt_bundle.S.obj: INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/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/__/__ - TARGET_COMPILE_PDB = esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/__idf_mbedtls.pdb - TARGET_PDB = esp-idf/mbedtls/libmbedtls.pdb # ============================================================================= @@ -1833,9 +1698,8 @@ build esp-idf/mbedtls/libmbedtls.a: C_STATIC_LIBRARY_LINKER____idf_mbedtls_ esp- OBJECT_DIR = esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir POST_BUILD = : PRE_LINK = : - TARGET_COMPILE_PDB = esp-idf/mbedtls/CMakeFiles/__idf_mbedtls.dir/__idf_mbedtls.pdb TARGET_FILE = esp-idf/mbedtls/libmbedtls.a - TARGET_PDB = esp-idf/mbedtls/libmbedtls.pdb + TARGET_PDB = mbedtls.a.dbg ############################################# @@ -2170,8 +2034,6 @@ build esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/ev INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest/kremlib -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/everest.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.pdb build esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/x25519.c.obj: C_COMPILER__everest_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/library/x25519.c || cmake_object_order_depends_target_everest DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -2180,8 +2042,6 @@ build esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/x2 INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest/kremlib -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/everest.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.pdb build esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/Hacl_Curve25519_joined.c.obj: C_COMPILER__everest_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/library/Hacl_Curve25519_joined.c || cmake_object_order_depends_target_everest DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -2190,8 +2050,6 @@ build esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/library/Ha INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include/everest/kremlib -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/everest.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.pdb # ============================================================================= @@ -2206,9 +2064,8 @@ build esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a: CXX_STATIC_LIBRARY_ OBJECT_DIR = esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir POST_BUILD = : PRE_LINK = : - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/3rdparty/everest/CMakeFiles/everest.dir/everest.pdb TARGET_FILE = esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.a - TARGET_PDB = esp-idf/mbedtls/mbedtls/3rdparty/everest/libeverest.pdb + TARGET_PDB = everest.a.dbg ############################################# @@ -2296,8 +2153,6 @@ build esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m_driver INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256m.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.pdb build esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m/p256-m.c.obj: C_COMPILER__p256m_unscanned_ /home/abobkov/esp/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.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -2306,8 +2161,6 @@ build esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256-m/p256-m INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256m.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.pdb # ============================================================================= @@ -2322,9 +2175,8 @@ build esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a: CXX_STATIC_LIBRARY_LIN OBJECT_DIR = esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir POST_BUILD = : PRE_LINK = : - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/3rdparty/p256-m/CMakeFiles/p256m.dir/p256m.pdb TARGET_FILE = esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.a - TARGET_PDB = esp-idf/mbedtls/mbedtls/3rdparty/p256-m/libp256m.pdb + TARGET_PDB = p256m.a.dbg ############################################# @@ -2412,8 +2264,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aes.c.obj: C_COM INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesni.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/aesni.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -2422,8 +2272,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesni.c.obj: C_C INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesce.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/aesce.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -2432,8 +2280,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aesce.c.obj: C_C INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aria.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/aria.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -2442,8 +2288,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aria.c.obj: C_CO INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1parse.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/asn1parse.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -2452,8 +2296,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1parse.c.obj: INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1write.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/asn1write.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -2462,8 +2304,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/asn1write.c.obj: INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/base64.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/base64.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -2472,8 +2312,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/base64.c.obj: C_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/bignum.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -2482,8 +2320,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum.c.obj: C_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_core.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/bignum_core.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -2492,8 +2328,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_core.c.ob INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/bignum_mod.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -2502,8 +2336,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod.c.obj INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod_raw.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/bignum_mod_raw.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -2512,8 +2344,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/bignum_mod_raw.c INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/block_cipher.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/block_cipher.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -2522,8 +2352,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/block_cipher.c.o INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/camellia.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/camellia.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -2532,8 +2360,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/camellia.c.obj: INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ccm.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/ccm.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -2542,8 +2368,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ccm.c.obj: C_COM INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chacha20.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/chacha20.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -2552,8 +2376,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chacha20.c.obj: INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chachapoly.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/chachapoly.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -2562,8 +2384,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/chachapoly.c.obj INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/cipher.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -2572,8 +2392,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher.c.obj: C_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher_wrap.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/cipher_wrap.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -2582,8 +2400,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cipher_wrap.c.ob INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/constant_time.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/constant_time.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -2592,8 +2408,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/constant_time.c. INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cmac.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/cmac.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -2602,8 +2416,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/cmac.c.obj: C_CO INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ctr_drbg.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/ctr_drbg.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -2612,8 +2424,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ctr_drbg.c.obj: INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/des.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/des.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -2622,8 +2432,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/des.c.obj: C_COM INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/dhm.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/dhm.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -2632,8 +2440,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/dhm.c.obj: C_COM INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdh.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/ecdh.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -2642,8 +2448,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdh.c.obj: C_CO INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdsa.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/ecdsa.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -2652,8 +2456,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecdsa.c.obj: C_C INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecjpake.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/ecjpake.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -2662,8 +2464,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecjpake.c.obj: C INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/ecp.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -2672,8 +2472,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp.c.obj: C_COM INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/ecp_curves.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -2682,8 +2480,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves.c.obj INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves_new.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/ecp_curves_new.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -2692,8 +2488,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ecp_curves_new.c INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/entropy.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -2702,8 +2496,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy.c.obj: C INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy_poll.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/entropy_poll.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -2712,8 +2504,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/entropy_poll.c.o INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/error.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/error.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -2722,8 +2512,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/error.c.obj: C_C INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/gcm.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/gcm.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -2732,8 +2520,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/gcm.c.obj: C_COM INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hkdf.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/hkdf.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -2742,8 +2528,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hkdf.c.obj: C_CO INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hmac_drbg.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/hmac_drbg.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -2752,8 +2536,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/hmac_drbg.c.obj: INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lmots.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/lmots.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -2762,8 +2544,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lmots.c.obj: C_C INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lms.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/lms.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -2772,8 +2552,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/lms.c.obj: C_COM INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/md.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -2782,8 +2560,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md.c.obj: C_COMP INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md5.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/md5.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -2792,8 +2568,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/md5.c.obj: C_COM INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/memory_buffer_alloc.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/memory_buffer_alloc.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -2802,8 +2576,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/memory_buffer_al INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/nist_kw.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/nist_kw.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -2812,8 +2584,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/nist_kw.c.obj: C INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/oid.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/oid.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -2822,8 +2592,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/oid.c.obj: C_COM INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/padlock.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/padlock.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -2832,8 +2600,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/padlock.c.obj: C INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pem.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/pem.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -2842,8 +2608,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pem.c.obj: C_COM INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/pk.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -2852,8 +2616,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk.c.obj: C_COMP INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_ecc.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/pk_ecc.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -2862,8 +2624,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_ecc.c.obj: C_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_wrap.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/pk_wrap.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -2872,8 +2632,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pk_wrap.c.obj: C INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs12.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/pkcs12.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -2882,8 +2640,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs12.c.obj: C_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs5.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/pkcs5.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -2892,8 +2648,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkcs5.c.obj: C_C INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkparse.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/pkparse.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -2902,8 +2656,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkparse.c.obj: C INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkwrite.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/pkwrite.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -2912,8 +2664,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/pkwrite.c.obj: C INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/platform.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -2922,8 +2672,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform.c.obj: INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform_util.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/platform_util.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -2932,8 +2680,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/platform_util.c. INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/poly1305.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/poly1305.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -2942,8 +2688,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/poly1305.c.obj: INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -2952,8 +2696,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto.c.obj INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_aead.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_aead.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -2962,8 +2704,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_aead. INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_cipher.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_cipher.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -2972,8 +2712,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ciphe INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_client.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_client.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -2982,8 +2720,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_clien INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_driver_wrappers_no_static.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/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.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -2992,8 +2728,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_drive INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ecp.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_ecp.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -3002,8 +2736,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ecp.c INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ffdh.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_ffdh.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -3012,8 +2744,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_ffdh. INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_hash.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_hash.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -3022,8 +2752,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_hash. INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_mac.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_mac.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -3032,8 +2760,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_mac.c INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_pake.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_pake.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -3042,8 +2768,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_pake. INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_rsa.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_rsa.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -3052,8 +2776,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_rsa.c INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_se.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_se.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -3062,8 +2784,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_se.c. INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_slot_management.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_slot_management.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -3072,8 +2792,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_slot_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_storage.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/psa_crypto_storage.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -3082,8 +2800,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_crypto_stora INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_its_file.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/psa_its_file.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -3092,8 +2808,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_its_file.c.o INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_util.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/psa_util.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -3102,8 +2816,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/psa_util.c.obj: INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ripemd160.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/ripemd160.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -3112,8 +2824,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/ripemd160.c.obj: INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/rsa.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -3122,8 +2832,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa.c.obj: C_COM INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa_alt_helpers.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/rsa_alt_helpers.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -3132,8 +2840,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/rsa_alt_helpers. INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha1.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/sha1.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -3142,8 +2848,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha1.c.obj: C_CO INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha256.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/sha256.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -3152,8 +2856,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha256.c.obj: C_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha512.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/sha512.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -3162,8 +2864,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha512.c.obj: C_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha3.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/sha3.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -3172,8 +2872,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/sha3.c.obj: C_CO INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/threading.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/threading.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -3182,8 +2880,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/threading.c.obj: INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/timing.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/timing.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -3192,8 +2888,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/timing.c.obj: C_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/version.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -3202,8 +2896,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version.c.obj: C INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version_features.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/version_features.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -3212,8 +2904,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/version_features INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha_gdma_impl.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha_gdma_impl.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -3222,8 +2912,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/esp_aes_gdma_impl.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/esp_aes_gdma_impl.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -3232,8 +2920,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/crypto_shared_gdma/esp_crypto_shared_gdma.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/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.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -3242,8 +2928,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/crypto_shared_gdma - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/esp_hardware.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/port/esp_hardware.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -3252,8 +2936,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/esp_mem.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/port/esp_mem.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -3262,8 +2944,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/esp_timing.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/port/esp_timing.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -3272,8 +2952,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/esp_aes_xts.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/port/aes/esp_aes_xts.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -3282,8 +2960,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/aes - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/esp_aes_common.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/port/aes/esp_aes_common.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -3292,8 +2968,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/aes - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/esp_aes.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/esp_aes.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -3302,8 +2976,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/esp_sha.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/port/sha/esp_sha.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -3312,8 +2984,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/sha - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/sha.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/sha.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -3322,8 +2992,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/esp_ds/esp_rsa_sign_alt.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/port/esp_ds/esp_rsa_sign_alt.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -3332,8 +3000,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/esp_ds - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/bignum/esp_bignum.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/port/bignum/esp_bignum.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -3342,8 +3008,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/bignum - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/bignum/bignum_alt.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/port/bignum/bignum_alt.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -3352,8 +3016,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/bignum - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha1.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha1.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -3362,8 +3024,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha256.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha256.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -3372,8 +3032,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha512.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/esp_sha512.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -3382,8 +3040,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/esp_aes_gcm.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/port/aes/esp_aes_gcm.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -3392,8 +3048,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/aes - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/md/esp_md.c.obj: C_COMPILER__mbedcrypto_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/port/md/esp_md.c || cmake_object_order_depends_target_mbedcrypto DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -3402,8 +3056,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/port/sha/dma/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/aes/dma/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir OBJECT_FILE_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/md - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb # ============================================================================= @@ -3418,9 +3070,8 @@ build esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a: CXX_STATIC_LIBRARY_LINKER OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir POST_BUILD = : PRE_LINK = : - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/mbedcrypto.pdb TARGET_FILE = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.a - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedcrypto.pdb + TARGET_PDB = mbedcrypto.a.dbg # ============================================================================= # Object build statements for STATIC_LIBRARY target mbedx509 @@ -3438,8 +3089,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/pkcs7.c.obj: C_COM INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/mbedx509.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedx509.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509.c.obj: C_COMPILER__mbedx509_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/x509.c || cmake_object_order_depends_target_mbedx509 DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -3448,8 +3097,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509.c.obj: C_COMP INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/mbedx509.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedx509.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_create.c.obj: C_COMPILER__mbedx509_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/x509_create.c || cmake_object_order_depends_target_mbedx509 DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -3458,8 +3105,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_create.c.obj: INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/mbedx509.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedx509.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crl.c.obj: C_COMPILER__mbedx509_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/x509_crl.c || cmake_object_order_depends_target_mbedx509 DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -3468,8 +3113,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crl.c.obj: C_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/mbedx509.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedx509.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crt.c.obj: C_COMPILER__mbedx509_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/x509_crt.c || cmake_object_order_depends_target_mbedx509 DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -3478,8 +3121,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_crt.c.obj: C_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/mbedx509.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedx509.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_csr.c.obj: C_COMPILER__mbedx509_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/x509_csr.c || cmake_object_order_depends_target_mbedx509 DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -3488,8 +3129,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509_csr.c.obj: C_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/mbedx509.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedx509.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write.c.obj: C_COMPILER__mbedx509_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/x509write.c || cmake_object_order_depends_target_mbedx509 DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -3498,8 +3137,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write.c.obj: C INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/mbedx509.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedx509.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_crt.c.obj: C_COMPILER__mbedx509_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/x509write_crt.c || cmake_object_order_depends_target_mbedx509 DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -3508,8 +3145,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_crt.c.ob INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/mbedx509.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedx509.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_csr.c.obj: C_COMPILER__mbedx509_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/x509write_csr.c || cmake_object_order_depends_target_mbedx509 DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -3518,8 +3153,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/x509write_csr.c.ob INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/mbedx509.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedx509.pdb # ============================================================================= @@ -3534,9 +3167,8 @@ build esp-idf/mbedtls/mbedtls/library/libmbedx509.a: CXX_STATIC_LIBRARY_LINKER__ OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir POST_BUILD = : PRE_LINK = : - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedx509.dir/mbedx509.pdb TARGET_FILE = esp-idf/mbedtls/mbedtls/library/libmbedx509.a - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedx509.pdb + TARGET_PDB = mbedx509.a.dbg # ============================================================================= # Object build statements for STATIC_LIBRARY target mbedtls @@ -3554,8 +3186,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/debug.c.obj: C_COMP INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mbedtls.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedtls.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_reader.c.obj: C_COMPILER__mbedtls_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/mps_reader.c || cmake_object_order_depends_target_mbedtls DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -3564,8 +3194,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_reader.c.obj: C INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mbedtls.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedtls.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_trace.c.obj: C_COMPILER__mbedtls_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/mps_trace.c || cmake_object_order_depends_target_mbedtls DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -3574,8 +3202,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mps_trace.c.obj: C_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mbedtls.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedtls.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cache.c.obj: C_COMPILER__mbedtls_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_cache.c || cmake_object_order_depends_target_mbedtls DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -3584,8 +3210,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cache.c.obj: C_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mbedtls.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedtls.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ciphersuites.c.obj: C_COMPILER__mbedtls_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_ciphersuites.c || cmake_object_order_depends_target_mbedtls DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -3594,8 +3218,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ciphersuites.c. INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mbedtls.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedtls.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_client.c.obj: C_COMPILER__mbedtls_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_client.c || cmake_object_order_depends_target_mbedtls DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -3604,8 +3226,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_client.c.obj: C INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mbedtls.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedtls.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cookie.c.obj: C_COMPILER__mbedtls_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_cookie.c || cmake_object_order_depends_target_mbedtls DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -3614,8 +3234,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_cookie.c.obj: C INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mbedtls.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedtls.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_debug_helpers_generated.c.obj: C_COMPILER__mbedtls_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_debug_helpers_generated.c || cmake_object_order_depends_target_mbedtls DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -3624,8 +3242,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_debug_helpers_g INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mbedtls.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedtls.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_msg.c.obj: C_COMPILER__mbedtls_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_msg.c || cmake_object_order_depends_target_mbedtls DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -3634,8 +3250,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_msg.c.obj: C_CO INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mbedtls.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedtls.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ticket.c.obj: C_COMPILER__mbedtls_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_ticket.c || cmake_object_order_depends_target_mbedtls DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -3644,8 +3258,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_ticket.c.obj: C INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mbedtls.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedtls.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls.c.obj: C_COMPILER__mbedtls_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls.c || cmake_object_order_depends_target_mbedtls DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -3654,8 +3266,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls.c.obj: C_CO INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mbedtls.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedtls.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_client.c.obj: C_COMPILER__mbedtls_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls12_client.c || cmake_object_order_depends_target_mbedtls DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -3664,8 +3274,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_client.c. INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mbedtls.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedtls.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_server.c.obj: C_COMPILER__mbedtls_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls12_server.c || cmake_object_order_depends_target_mbedtls DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -3674,8 +3282,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls12_server.c. INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mbedtls.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedtls.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_keys.c.obj: C_COMPILER__mbedtls_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls13_keys.c || cmake_object_order_depends_target_mbedtls DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -3684,8 +3290,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_keys.c.ob INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mbedtls.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedtls.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_server.c.obj: C_COMPILER__mbedtls_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls13_server.c || cmake_object_order_depends_target_mbedtls DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -3694,8 +3298,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_server.c. INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mbedtls.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedtls.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_client.c.obj: C_COMPILER__mbedtls_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls13_client.c || cmake_object_order_depends_target_mbedtls DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -3704,8 +3306,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_client.c. INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mbedtls.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedtls.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_generic.c.obj: C_COMPILER__mbedtls_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/ssl_tls13_generic.c || cmake_object_order_depends_target_mbedtls DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -3714,8 +3314,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/ssl_tls13_generic.c INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mbedtls.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedtls.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/mbedtls_debug.c.obj: C_COMPILER__mbedtls_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/port/mbedtls_debug.c || cmake_object_order_depends_target_mbedtls DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -3724,8 +3322,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/home/abobkov/esp/es INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/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/home/abobkov/esp/esp-idf/components/mbedtls/port - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mbedtls.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedtls.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/esp_platform_time.c.obj: C_COMPILER__mbedtls_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/port/esp_platform_time.c || cmake_object_order_depends_target_mbedtls DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -3734,8 +3330,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/home/abobkov/esp/es INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/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/home/abobkov/esp/esp-idf/components/mbedtls/port - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mbedtls.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedtls.pdb build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/home/abobkov/esp/esp-idf/components/mbedtls/port/net_sockets.c.obj: C_COMPILER__mbedtls_unscanned_ /home/abobkov/esp/esp-idf/components/mbedtls/port/net_sockets.c || cmake_object_order_depends_target_mbedtls DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -3744,8 +3338,6 @@ build esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/home/abobkov/esp/es INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/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/home/abobkov/esp/esp-idf/components/mbedtls/port - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mbedtls.pdb - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedtls.pdb # ============================================================================= @@ -3760,9 +3352,8 @@ build esp-idf/mbedtls/mbedtls/library/libmbedtls.a: CXX_STATIC_LIBRARY_LINKER__m OBJECT_DIR = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir POST_BUILD = : PRE_LINK = : - TARGET_COMPILE_PDB = esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedtls.dir/mbedtls.pdb TARGET_FILE = esp-idf/mbedtls/mbedtls/library/libmbedtls.a - TARGET_PDB = esp-idf/mbedtls/mbedtls/library/libmbedtls.pdb + TARGET_PDB = mbedtls.a.dbg ############################################# @@ -3932,8 +3523,6 @@ build esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir/e INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_bootloader_format/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - 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 # ============================================================================= @@ -3948,9 +3537,8 @@ build esp-idf/esp_bootloader_format/libesp_bootloader_format.a: C_STATIC_LIBRARY OBJECT_DIR = esp-idf/esp_bootloader_format/CMakeFiles/__idf_esp_bootloader_format.dir POST_BUILD = : PRE_LINK = : - 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 + TARGET_PDB = esp_bootloader_format.a.dbg ############################################# @@ -4032,14 +3620,12 @@ build esp-idf/esp_bootloader_format/install/strip: phony esp-idf/esp_bootloader_ build cmake_object_order_depends_target___idf_esp_app_format: phony || cmake_object_order_depends_target___idf_bootloader_support build esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir/esp_app_desc.c.obj: C_COMPILER____idf_esp_app_format_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_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_Robot\" -DPROJECT_VER=\"ESP32-Node_Switch-v2.7-343-g787\" + DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_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_Robot\" -DPROJECT_VER=\"ESP32-Node_Switch-v2.7-345-g7cd\" 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-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot=. -fmacro-prefix-map=/home/abobkov/esp/esp-idf=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -std=gnu17 -Wno-old-style-declaration INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir/__idf_esp_app_format.pdb - TARGET_PDB = esp-idf/esp_app_format/libesp_app_format.pdb # ============================================================================= @@ -4054,9 +3640,8 @@ build esp-idf/esp_app_format/libesp_app_format.a: C_STATIC_LIBRARY_LINKER____idf OBJECT_DIR = esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir POST_BUILD = : PRE_LINK = : - TARGET_COMPILE_PDB = esp-idf/esp_app_format/CMakeFiles/__idf_esp_app_format.dir/__idf_esp_app_format.pdb TARGET_FILE = esp-idf/esp_app_format/libesp_app_format.a - TARGET_PDB = esp-idf/esp_app_format/libesp_app_format.pdb + TARGET_PDB = esp_app_format.a.dbg ############################################# @@ -4144,8 +3729,6 @@ build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/boo INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/private_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_bootloader_format/include -I/home/abobkov/esp/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_ /home/abobkov/esp/esp-idf/components/bootloader_support/src/bootloader_common_loader.c || cmake_object_order_depends_target___idf_bootloader_support DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -4154,8 +3737,6 @@ build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/boo INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/private_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_bootloader_format/include -I/home/abobkov/esp/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_ /home/abobkov/esp/esp-idf/components/bootloader_support/src/bootloader_clock_init.c || cmake_object_order_depends_target___idf_bootloader_support DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -4164,8 +3745,6 @@ build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/boo INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/private_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_bootloader_format/include -I/home/abobkov/esp/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_ /home/abobkov/esp/esp-idf/components/bootloader_support/src/bootloader_mem.c || cmake_object_order_depends_target___idf_bootloader_support DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -4174,8 +3753,6 @@ build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/boo INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/private_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_bootloader_format/include -I/home/abobkov/esp/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_ /home/abobkov/esp/esp-idf/components/bootloader_support/src/bootloader_random.c || cmake_object_order_depends_target___idf_bootloader_support DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -4184,8 +3761,6 @@ build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/boo INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/private_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_bootloader_format/include -I/home/abobkov/esp/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_ /home/abobkov/esp/esp-idf/components/bootloader_support/src/bootloader_efuse.c || cmake_object_order_depends_target___idf_bootloader_support DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -4194,8 +3769,6 @@ build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/boo INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/private_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_bootloader_format/include -I/home/abobkov/esp/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_ /home/abobkov/esp/esp-idf/components/bootloader_support/src/flash_encrypt.c || cmake_object_order_depends_target___idf_bootloader_support DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -4204,8 +3777,6 @@ build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/fla INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/private_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_bootloader_format/include -I/home/abobkov/esp/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_ /home/abobkov/esp/esp-idf/components/bootloader_support/src/secure_boot.c || cmake_object_order_depends_target___idf_bootloader_support DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -4214,8 +3785,6 @@ build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/sec INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/private_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_bootloader_format/include -I/home/abobkov/esp/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_ /home/abobkov/esp/esp-idf/components/bootloader_support/src/bootloader_random_esp32c3.c || cmake_object_order_depends_target___idf_bootloader_support DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -4224,8 +3793,6 @@ build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/boo INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/private_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_bootloader_format/include -I/home/abobkov/esp/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_ /home/abobkov/esp/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.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -4234,8 +3801,6 @@ build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloa INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/private_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_bootloader_format/include -I/home/abobkov/esp/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_ /home/abobkov/esp/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.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -4244,8 +3809,6 @@ build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloa INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/private_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_bootloader_format/include -I/home/abobkov/esp/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_ /home/abobkov/esp/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.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -4254,8 +3817,6 @@ build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/bootloa INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/private_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_bootloader_format/include -I/home/abobkov/esp/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_ /home/abobkov/esp/esp-idf/components/bootloader_support/src/bootloader_utility.c || cmake_object_order_depends_target___idf_bootloader_support DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -4264,8 +3825,6 @@ build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/boo INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/private_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_bootloader_format/include -I/home/abobkov/esp/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_ /home/abobkov/esp/esp-idf/components/bootloader_support/src/flash_partitions.c || cmake_object_order_depends_target___idf_bootloader_support DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -4274,8 +3833,6 @@ build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/fla INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/private_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_bootloader_format/include -I/home/abobkov/esp/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_ /home/abobkov/esp/esp-idf/components/bootloader_support/src/esp_image_format.c || cmake_object_order_depends_target___idf_bootloader_support DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -4284,8 +3841,6 @@ build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/esp INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/private_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_bootloader_format/include -I/home/abobkov/esp/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/idf/bootloader_sha.c.obj: C_COMPILER____idf_bootloader_support_unscanned_ /home/abobkov/esp/esp-idf/components/bootloader_support/src/idf/bootloader_sha.c || cmake_object_order_depends_target___idf_bootloader_support DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -4294,8 +3849,6 @@ build esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir/src/idf INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/private_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_bootloader_format/include -I/home/abobkov/esp/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 - 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 # ============================================================================= @@ -4310,9 +3863,8 @@ build esp-idf/bootloader_support/libbootloader_support.a: C_STATIC_LIBRARY_LINKE OBJECT_DIR = esp-idf/bootloader_support/CMakeFiles/__idf_bootloader_support.dir POST_BUILD = : PRE_LINK = : - 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 + TARGET_PDB = bootloader_support.a.dbg ############################################# @@ -4766,8 +4318,6 @@ build esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition.c.obj: INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/app_update/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/__idf_esp_partition.pdb - TARGET_PDB = esp-idf/esp_partition/libesp_partition.pdb build esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition_target.c.obj: C_COMPILER____idf_esp_partition_unscanned_ /home/abobkov/esp/esp-idf/components/esp_partition/partition_target.c || cmake_object_order_depends_target___idf_esp_partition DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -4776,8 +4326,6 @@ build esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/partition_target. INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/app_update/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/__idf_esp_partition.pdb - TARGET_PDB = esp-idf/esp_partition/libesp_partition.pdb # ============================================================================= @@ -4792,9 +4340,8 @@ build esp-idf/esp_partition/libesp_partition.a: C_STATIC_LIBRARY_LINKER____idf_e OBJECT_DIR = esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir POST_BUILD = : PRE_LINK = : - TARGET_COMPILE_PDB = esp-idf/esp_partition/CMakeFiles/__idf_esp_partition.dir/__idf_esp_partition.pdb TARGET_FILE = esp-idf/esp_partition/libesp_partition.a - TARGET_PDB = esp-idf/esp_partition/libesp_partition.pdb + TARGET_PDB = esp_partition.a.dbg ############################################# @@ -4882,8 +4429,6 @@ build esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_ops.c.obj: C_CO INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/app_update/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -I/home/abobkov/esp/esp-idf/components/esp_bootloader_format/include -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/app_update/CMakeFiles/__idf_app_update.dir/__idf_app_update.pdb - TARGET_PDB = esp-idf/app_update/libapp_update.pdb build esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_app_desc.c.obj: C_COMPILER____idf_app_update_unscanned_ /home/abobkov/esp/esp-idf/components/app_update/esp_ota_app_desc.c || cmake_object_order_depends_target___idf_app_update DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -4892,8 +4437,6 @@ build esp-idf/app_update/CMakeFiles/__idf_app_update.dir/esp_ota_app_desc.c.obj: INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/app_update/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -I/home/abobkov/esp/esp-idf/components/esp_bootloader_format/include -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/app_update/CMakeFiles/__idf_app_update.dir/__idf_app_update.pdb - TARGET_PDB = esp-idf/app_update/libapp_update.pdb # ============================================================================= @@ -4908,9 +4451,8 @@ build esp-idf/app_update/libapp_update.a: C_STATIC_LIBRARY_LINKER____idf_app_upd OBJECT_DIR = esp-idf/app_update/CMakeFiles/__idf_app_update.dir POST_BUILD = : PRE_LINK = : - TARGET_COMPILE_PDB = esp-idf/app_update/CMakeFiles/__idf_app_update.dir/__idf_app_update.pdb TARGET_FILE = esp-idf/app_update/libapp_update.a - TARGET_PDB = esp-idf/app_update/libapp_update.pdb + TARGET_PDB = app_update.a.dbg ############################################# @@ -4998,8 +4540,6 @@ build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_brownout_hook.c.obj INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/app_update/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -I/home/abobkov/esp/esp-idf/components/esp_bootloader_format/include -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir OBJECT_FILE_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir - 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 build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_drivers.c.obj: C_COMPILER____idf_spi_flash_unscanned_ /home/abobkov/esp/esp-idf/components/spi_flash/spi_flash_chip_drivers.c || cmake_object_order_depends_target___idf_spi_flash DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -5008,8 +4548,6 @@ build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_drivers.c. INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/app_update/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -I/home/abobkov/esp/esp-idf/components/esp_bootloader_format/include -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir OBJECT_FILE_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir - 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 build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_generic.c.obj: C_COMPILER____idf_spi_flash_unscanned_ /home/abobkov/esp/esp-idf/components/spi_flash/spi_flash_chip_generic.c || cmake_object_order_depends_target___idf_spi_flash DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -5018,8 +4556,6 @@ build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_generic.c. INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/app_update/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -I/home/abobkov/esp/esp-idf/components/esp_bootloader_format/include -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir OBJECT_FILE_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir - 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 build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_issi.c.obj: C_COMPILER____idf_spi_flash_unscanned_ /home/abobkov/esp/esp-idf/components/spi_flash/spi_flash_chip_issi.c || cmake_object_order_depends_target___idf_spi_flash DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -5028,8 +4564,6 @@ build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_issi.c.obj INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/app_update/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -I/home/abobkov/esp/esp-idf/components/esp_bootloader_format/include -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir OBJECT_FILE_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir - 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 build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic.c.obj: C_COMPILER____idf_spi_flash_unscanned_ /home/abobkov/esp/esp-idf/components/spi_flash/spi_flash_chip_mxic.c || cmake_object_order_depends_target___idf_spi_flash DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -5038,8 +4572,6 @@ build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic.c.obj INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/app_update/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -I/home/abobkov/esp/esp-idf/components/esp_bootloader_format/include -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir OBJECT_FILE_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir - 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 build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_gd.c.obj: C_COMPILER____idf_spi_flash_unscanned_ /home/abobkov/esp/esp-idf/components/spi_flash/spi_flash_chip_gd.c || cmake_object_order_depends_target___idf_spi_flash DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -5048,8 +4580,6 @@ build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_gd.c.obj: INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/app_update/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -I/home/abobkov/esp/esp-idf/components/esp_bootloader_format/include -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir OBJECT_FILE_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir - 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 build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_winbond.c.obj: C_COMPILER____idf_spi_flash_unscanned_ /home/abobkov/esp/esp-idf/components/spi_flash/spi_flash_chip_winbond.c || cmake_object_order_depends_target___idf_spi_flash DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -5058,8 +4588,6 @@ build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_winbond.c. INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/app_update/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -I/home/abobkov/esp/esp-idf/components/esp_bootloader_format/include -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir OBJECT_FILE_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir - 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 build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_boya.c.obj: C_COMPILER____idf_spi_flash_unscanned_ /home/abobkov/esp/esp-idf/components/spi_flash/spi_flash_chip_boya.c || cmake_object_order_depends_target___idf_spi_flash DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -5068,8 +4596,6 @@ build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_boya.c.obj INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/app_update/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -I/home/abobkov/esp/esp-idf/components/esp_bootloader_format/include -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir OBJECT_FILE_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir - 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 build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic_opi.c.obj: C_COMPILER____idf_spi_flash_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -5078,8 +4604,6 @@ build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_mxic_opi.c INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/app_update/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -I/home/abobkov/esp/esp-idf/components/esp_bootloader_format/include -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir OBJECT_FILE_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir - 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 build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_th.c.obj: C_COMPILER____idf_spi_flash_unscanned_ /home/abobkov/esp/esp-idf/components/spi_flash/spi_flash_chip_th.c || cmake_object_order_depends_target___idf_spi_flash DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -5088,8 +4612,6 @@ build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_chip_th.c.obj: INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/app_update/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -I/home/abobkov/esp/esp-idf/components/esp_bootloader_format/include -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir OBJECT_FILE_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir - 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 build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/memspi_host_driver.c.obj: C_COMPILER____idf_spi_flash_unscanned_ /home/abobkov/esp/esp-idf/components/spi_flash/memspi_host_driver.c || cmake_object_order_depends_target___idf_spi_flash DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -5098,8 +4620,6 @@ build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/memspi_host_driver.c.obj: INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/app_update/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -I/home/abobkov/esp/esp-idf/components/esp_bootloader_format/include -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir OBJECT_FILE_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir - 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 build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/cache_utils.c.obj: C_COMPILER____idf_spi_flash_unscanned_ /home/abobkov/esp/esp-idf/components/spi_flash/cache_utils.c || cmake_object_order_depends_target___idf_spi_flash DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -5108,8 +4628,6 @@ build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/cache_utils.c.obj: C_COMP INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/app_update/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -I/home/abobkov/esp/esp-idf/components/esp_bootloader_format/include -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir OBJECT_FILE_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir - 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 build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_mmap.c.obj: C_COMPILER____idf_spi_flash_unscanned_ /home/abobkov/esp/esp-idf/components/spi_flash/flash_mmap.c || cmake_object_order_depends_target___idf_spi_flash DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -5118,8 +4636,6 @@ build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_mmap.c.obj: C_COMPI INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/app_update/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -I/home/abobkov/esp/esp-idf/components/esp_bootloader_format/include -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir OBJECT_FILE_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir - 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 build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_ops.c.obj: C_COMPILER____idf_spi_flash_unscanned_ /home/abobkov/esp/esp-idf/components/spi_flash/flash_ops.c || cmake_object_order_depends_target___idf_spi_flash DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -5128,8 +4644,6 @@ build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/flash_ops.c.obj: C_COMPIL INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/app_update/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -I/home/abobkov/esp/esp-idf/components/esp_bootloader_format/include -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir OBJECT_FILE_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir - 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 build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj: C_COMPILER____idf_spi_flash_unscanned_ /home/abobkov/esp/esp-idf/components/spi_flash/spi_flash_wrap.c || cmake_object_order_depends_target___idf_spi_flash DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -5138,8 +4652,6 @@ build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_wrap.c.obj: C_C INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/app_update/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -I/home/abobkov/esp/esp-idf/components/esp_bootloader_format/include -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir OBJECT_FILE_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir - 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 build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_api.c.obj: C_COMPILER____idf_spi_flash_unscanned_ /home/abobkov/esp/esp-idf/components/spi_flash/esp_flash_api.c || cmake_object_order_depends_target___idf_spi_flash DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -5148,8 +4660,6 @@ build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_api.c.obj: C_CO INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/app_update/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -I/home/abobkov/esp/esp-idf/components/esp_bootloader_format/include -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir OBJECT_FILE_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir - 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 build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_spi_init.c.obj: C_COMPILER____idf_spi_flash_unscanned_ /home/abobkov/esp/esp-idf/components/spi_flash/esp_flash_spi_init.c || cmake_object_order_depends_target___idf_spi_flash DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -5158,8 +4668,6 @@ build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/esp_flash_spi_init.c.obj: INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/app_update/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -I/home/abobkov/esp/esp-idf/components/esp_bootloader_format/include -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir OBJECT_FILE_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir - 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 build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_app.c.obj: C_COMPILER____idf_spi_flash_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -5168,8 +4676,6 @@ build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_app.c.o INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/app_update/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -I/home/abobkov/esp/esp-idf/components/esp_bootloader_format/include -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir OBJECT_FILE_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir - 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 build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_noos.c.obj: C_COMPILER____idf_spi_flash_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -5178,8 +4684,6 @@ build esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir/spi_flash_os_func_noos.c. INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include/spi_flash -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/app_update/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -I/home/abobkov/esp/esp-idf/components/esp_bootloader_format/include -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir OBJECT_FILE_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir - 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 # ============================================================================= @@ -5194,9 +4698,8 @@ build esp-idf/spi_flash/libspi_flash.a: C_STATIC_LIBRARY_LINKER____idf_spi_flash OBJECT_DIR = esp-idf/spi_flash/CMakeFiles/__idf_spi_flash.dir POST_BUILD = : PRE_LINK = : - 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 + TARGET_PDB = spi_flash.a.dbg ############################################# @@ -5284,8 +4787,6 @@ build esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread.c.obj: C_COMPILER____ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/pthread/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/pthread/CMakeFiles/__idf_pthread.dir/__idf_pthread.pdb - TARGET_PDB = esp-idf/pthread/libpthread.pdb build esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_cond_var.c.obj: C_COMPILER____idf_pthread_unscanned_ /home/abobkov/esp/esp-idf/components/pthread/pthread_cond_var.c || cmake_object_order_depends_target___idf_pthread DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -5294,8 +4795,6 @@ build esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_cond_var.c.obj: C_COM INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/pthread/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/pthread/CMakeFiles/__idf_pthread.dir/__idf_pthread.pdb - TARGET_PDB = esp-idf/pthread/libpthread.pdb build esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_local_storage.c.obj: C_COMPILER____idf_pthread_unscanned_ /home/abobkov/esp/esp-idf/components/pthread/pthread_local_storage.c || cmake_object_order_depends_target___idf_pthread DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -5304,8 +4803,6 @@ build esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_local_storage.c.obj: INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/pthread/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/pthread/CMakeFiles/__idf_pthread.dir/__idf_pthread.pdb - TARGET_PDB = esp-idf/pthread/libpthread.pdb build esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_rwlock.c.obj: C_COMPILER____idf_pthread_unscanned_ /home/abobkov/esp/esp-idf/components/pthread/pthread_rwlock.c || cmake_object_order_depends_target___idf_pthread DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -5314,8 +4811,6 @@ build esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_rwlock.c.obj: C_COMPI INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/pthread/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/pthread/CMakeFiles/__idf_pthread.dir/__idf_pthread.pdb - TARGET_PDB = esp-idf/pthread/libpthread.pdb build esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_semaphore.c.obj: C_COMPILER____idf_pthread_unscanned_ /home/abobkov/esp/esp-idf/components/pthread/pthread_semaphore.c || cmake_object_order_depends_target___idf_pthread DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -5324,8 +4819,6 @@ build esp-idf/pthread/CMakeFiles/__idf_pthread.dir/pthread_semaphore.c.obj: C_CO INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/pthread/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/pthread/CMakeFiles/__idf_pthread.dir/__idf_pthread.pdb - TARGET_PDB = esp-idf/pthread/libpthread.pdb # ============================================================================= @@ -5340,9 +4833,8 @@ build esp-idf/pthread/libpthread.a: C_STATIC_LIBRARY_LINKER____idf_pthread_ esp- OBJECT_DIR = esp-idf/pthread/CMakeFiles/__idf_pthread.dir POST_BUILD = : PRE_LINK = : - TARGET_COMPILE_PDB = esp-idf/pthread/CMakeFiles/__idf_pthread.dir/__idf_pthread.pdb TARGET_FILE = esp-idf/pthread/libpthread.a - TARGET_PDB = esp-idf/pthread/libpthread.pdb + TARGET_PDB = pthread.a.dbg ############################################# @@ -5430,8 +4922,6 @@ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_err.c.obj: C_COMPIL INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/. -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -I/home/abobkov/esp/esp-idf/components/pthread/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/esp_gdbstub/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -I/home/abobkov/esp/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 - 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 build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/crosscore_int.c.obj: C_COMPILER____idf_esp_system_unscanned_ /home/abobkov/esp/esp-idf/components/esp_system/crosscore_int.c || cmake_object_order_depends_target___idf_esp_system DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -5440,8 +4930,6 @@ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/crosscore_int.c.obj: C_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/. -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -I/home/abobkov/esp/esp-idf/components/pthread/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/esp_gdbstub/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -I/home/abobkov/esp/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 - 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 build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_ipc.c.obj: C_COMPILER____idf_esp_system_unscanned_ /home/abobkov/esp/esp-idf/components/esp_system/esp_ipc.c || cmake_object_order_depends_target___idf_esp_system DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -5450,8 +4938,6 @@ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_ipc.c.obj: C_COMPIL INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/. -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -I/home/abobkov/esp/esp-idf/components/pthread/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/esp_gdbstub/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -I/home/abobkov/esp/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 - 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 build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/freertos_hooks.c.obj: C_COMPILER____idf_esp_system_unscanned_ /home/abobkov/esp/esp-idf/components/esp_system/freertos_hooks.c || cmake_object_order_depends_target___idf_esp_system DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -5460,8 +4946,6 @@ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/freertos_hooks.c.obj: C INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/. -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -I/home/abobkov/esp/esp-idf/components/pthread/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/esp_gdbstub/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -I/home/abobkov/esp/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 - 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 build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/int_wdt.c.obj: C_COMPILER____idf_esp_system_unscanned_ /home/abobkov/esp/esp-idf/components/esp_system/int_wdt.c || cmake_object_order_depends_target___idf_esp_system DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -5470,8 +4954,6 @@ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/int_wdt.c.obj: C_COMPIL INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/. -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -I/home/abobkov/esp/esp-idf/components/pthread/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/esp_gdbstub/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -I/home/abobkov/esp/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 - 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 build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/panic.c.obj: C_COMPILER____idf_esp_system_unscanned_ /home/abobkov/esp/esp-idf/components/esp_system/panic.c || cmake_object_order_depends_target___idf_esp_system DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -5480,8 +4962,6 @@ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/panic.c.obj: C_COMPILER INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/. -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -I/home/abobkov/esp/esp-idf/components/pthread/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/esp_gdbstub/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -I/home/abobkov/esp/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 - 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 build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_system.c.obj: C_COMPILER____idf_esp_system_unscanned_ /home/abobkov/esp/esp-idf/components/esp_system/esp_system.c || cmake_object_order_depends_target___idf_esp_system DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -5490,8 +4970,6 @@ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/esp_system.c.obj: C_COM INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/. -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -I/home/abobkov/esp/esp-idf/components/pthread/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/esp_gdbstub/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -I/home/abobkov/esp/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 - 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 build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/startup.c.obj: C_COMPILER____idf_esp_system_unscanned_ /home/abobkov/esp/esp-idf/components/esp_system/startup.c || cmake_object_order_depends_target___idf_esp_system DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -5500,8 +4978,6 @@ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/startup.c.obj: C_COMPIL INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/. -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -I/home/abobkov/esp/esp-idf/components/pthread/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/esp_gdbstub/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -I/home/abobkov/esp/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 - 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 build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/system_time.c.obj: C_COMPILER____idf_esp_system_unscanned_ /home/abobkov/esp/esp-idf/components/esp_system/system_time.c || cmake_object_order_depends_target___idf_esp_system DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -5510,8 +4986,6 @@ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/system_time.c.obj: C_CO INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/. -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -I/home/abobkov/esp/esp-idf/components/pthread/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/esp_gdbstub/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -I/home/abobkov/esp/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 - 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 build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/stack_check.c.obj: C_COMPILER____idf_esp_system_unscanned_ /home/abobkov/esp/esp-idf/components/esp_system/stack_check.c || cmake_object_order_depends_target___idf_esp_system DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -5520,8 +4994,6 @@ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/stack_check.c.obj: C_CO INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/. -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -I/home/abobkov/esp/esp-idf/components/pthread/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/esp_gdbstub/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -I/home/abobkov/esp/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 - 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 build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/ubsan.c.obj: C_COMPILER____idf_esp_system_unscanned_ /home/abobkov/esp/esp-idf/components/esp_system/ubsan.c || cmake_object_order_depends_target___idf_esp_system DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -5530,8 +5002,6 @@ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/ubsan.c.obj: C_COMPILER INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/. -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -I/home/abobkov/esp/esp-idf/components/pthread/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/esp_gdbstub/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -I/home/abobkov/esp/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 - 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 build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/xt_wdt.c.obj: C_COMPILER____idf_esp_system_unscanned_ /home/abobkov/esp/esp-idf/components/esp_system/xt_wdt.c || cmake_object_order_depends_target___idf_esp_system DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -5540,8 +5010,6 @@ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/xt_wdt.c.obj: C_COMPILE INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/. -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -I/home/abobkov/esp/esp-idf/components/pthread/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/esp_gdbstub/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -I/home/abobkov/esp/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 - 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 build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/debug_stubs.c.obj: C_COMPILER____idf_esp_system_unscanned_ /home/abobkov/esp/esp-idf/components/esp_system/debug_stubs.c || cmake_object_order_depends_target___idf_esp_system DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -5550,8 +5018,6 @@ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/debug_stubs.c.obj: C_CO INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/. -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -I/home/abobkov/esp/esp-idf/components/pthread/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/esp_gdbstub/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -I/home/abobkov/esp/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 - 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 build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt.c.obj: C_COMPILER____idf_esp_system_unscanned_ /home/abobkov/esp/esp-idf/components/esp_system/task_wdt/task_wdt.c || cmake_object_order_depends_target___idf_esp_system DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -5560,8 +5026,6 @@ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt.c.obj INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/. -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -I/home/abobkov/esp/esp-idf/components/pthread/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/esp_gdbstub/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -I/home/abobkov/esp/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 - 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 build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt_impl_timergroup.c.obj: C_COMPILER____idf_esp_system_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -5570,8 +5034,6 @@ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/task_wdt/task_wdt_impl_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/. -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -I/home/abobkov/esp/esp-idf/components/pthread/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/esp_gdbstub/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -I/home/abobkov/esp/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 - 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 build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/hw_stack_guard.c.obj: C_COMPILER____idf_esp_system_unscanned_ /home/abobkov/esp/esp-idf/components/esp_system/hw_stack_guard.c || cmake_object_order_depends_target___idf_esp_system DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -5580,8 +5042,6 @@ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/hw_stack_guard.c.obj: C INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/. -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -I/home/abobkov/esp/esp-idf/components/pthread/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/esp_gdbstub/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -I/home/abobkov/esp/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 - 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 build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/cpu_start.c.obj: C_COMPILER____idf_esp_system_unscanned_ /home/abobkov/esp/esp-idf/components/esp_system/port/cpu_start.c || cmake_object_order_depends_target___idf_esp_system DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -5590,8 +5050,6 @@ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/cpu_start.c.obj: C INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/. -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -I/home/abobkov/esp/esp-idf/components/pthread/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/esp_gdbstub/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -I/home/abobkov/esp/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 - 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 build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/panic_handler.c.obj: C_COMPILER____idf_esp_system_unscanned_ /home/abobkov/esp/esp-idf/components/esp_system/port/panic_handler.c || cmake_object_order_depends_target___idf_esp_system DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -5600,8 +5058,6 @@ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/panic_handler.c.ob INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/. -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -I/home/abobkov/esp/esp-idf/components/pthread/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/esp_gdbstub/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -I/home/abobkov/esp/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 - 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 build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/esp_system_chip.c.obj: C_COMPILER____idf_esp_system_unscanned_ /home/abobkov/esp/esp-idf/components/esp_system/port/esp_system_chip.c || cmake_object_order_depends_target___idf_esp_system DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -5610,8 +5066,6 @@ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/esp_system_chip.c. INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/. -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -I/home/abobkov/esp/esp-idf/components/pthread/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/esp_gdbstub/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -I/home/abobkov/esp/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 - 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 build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/brownout.c.obj: C_COMPILER____idf_esp_system_unscanned_ /home/abobkov/esp/esp-idf/components/esp_system/port/brownout.c || cmake_object_order_depends_target___idf_esp_system DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -5620,8 +5074,6 @@ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/brownout.c.obj: C_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/. -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -I/home/abobkov/esp/esp-idf/components/pthread/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/esp_gdbstub/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -I/home/abobkov/esp/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 - 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 build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/expression_with_stack.c.obj: C_COMPILER____idf_esp_system_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -5630,8 +5082,6 @@ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/express INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/. -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -I/home/abobkov/esp/esp-idf/components/pthread/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/esp_gdbstub/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -I/home/abobkov/esp/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 - 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 build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/panic_arch.c.obj: C_COMPILER____idf_esp_system_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -5640,8 +5090,6 @@ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/panic_a INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/. -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -I/home/abobkov/esp/esp-idf/components/pthread/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/esp_gdbstub/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -I/home/abobkov/esp/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 - 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 build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/debug_helpers.c.obj: C_COMPILER____idf_esp_system_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -5650,8 +5098,6 @@ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/debug_h INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/. -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -I/home/abobkov/esp/esp-idf/components/pthread/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/esp_gdbstub/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -I/home/abobkov/esp/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 - 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 build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/debug_stubs.c.obj: C_COMPILER____idf_esp_system_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -5660,8 +5106,6 @@ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/arch/riscv/debug_s INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/. -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -I/home/abobkov/esp/esp-idf/components/pthread/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/esp_gdbstub/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -I/home/abobkov/esp/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 - 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 build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/clk.c.obj: C_COMPILER____idf_esp_system_unscanned_ /home/abobkov/esp/esp-idf/components/esp_system/port/soc/esp32c3/clk.c || cmake_object_order_depends_target___idf_esp_system DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -5670,8 +5114,6 @@ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/clk.c. INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/. -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -I/home/abobkov/esp/esp-idf/components/pthread/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/esp_gdbstub/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -I/home/abobkov/esp/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 - 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 build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/reset_reason.c.obj: C_COMPILER____idf_esp_system_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -5680,8 +5122,6 @@ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/reset_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/. -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -I/home/abobkov/esp/esp-idf/components/pthread/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/esp_gdbstub/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -I/home/abobkov/esp/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 - 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 build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/system_internal.c.obj: C_COMPILER____idf_esp_system_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -5690,8 +5130,6 @@ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/system INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/. -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -I/home/abobkov/esp/esp-idf/components/pthread/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/esp_gdbstub/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -I/home/abobkov/esp/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 - 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 build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/cache_err_int.c.obj: C_COMPILER____idf_esp_system_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -5700,8 +5138,6 @@ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/cache_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/. -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -I/home/abobkov/esp/esp-idf/components/pthread/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/esp_gdbstub/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -I/home/abobkov/esp/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 - 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 build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/apb_backup_dma.c.obj: C_COMPILER____idf_esp_system_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -5710,8 +5146,6 @@ build esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32c3/apb_ba INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/. -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -I/home/abobkov/esp/esp-idf/components/pthread/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/esp_gdbstub/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -I/home/abobkov/esp/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 - 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 # ============================================================================= @@ -5726,9 +5160,8 @@ build esp-idf/esp_system/libesp_system.a: C_STATIC_LIBRARY_LINKER____idf_esp_sys OBJECT_DIR = esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir POST_BUILD = : PRE_LINK = : - 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 + TARGET_PDB = esp_system.a.dbg ############################################# @@ -6019,8 +5452,6 @@ build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_crc.c.obj: C_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/__idf_esp_rom.pdb - TARGET_PDB = esp-idf/esp_rom/libesp_rom.pdb build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj: C_COMPILER____idf_esp_rom_unscanned_ /home/abobkov/esp/esp-idf/components/esp_rom/patches/esp_rom_sys.c || cmake_object_order_depends_target___idf_esp_rom DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -6029,8 +5460,6 @@ build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_sys.c.obj: C_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - 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_ /home/abobkov/esp/esp-idf/components/esp_rom/patches/esp_rom_uart.c || cmake_object_order_depends_target___idf_esp_rom DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -6039,8 +5468,6 @@ build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_uart.c.obj: C INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - 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_ /home/abobkov/esp/esp-idf/components/esp_rom/patches/esp_rom_spiflash.c || cmake_object_order_depends_target___idf_esp_rom DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -6049,8 +5476,6 @@ build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_spiflash.c.ob INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - 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_ /home/abobkov/esp/esp-idf/components/esp_rom/patches/esp_rom_efuse.c || cmake_object_order_depends_target___idf_esp_rom DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -6059,8 +5484,6 @@ build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_efuse.c.obj: INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - 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_ /home/abobkov/esp/esp-idf/components/esp_rom/patches/esp_rom_systimer.c || cmake_object_order_depends_target___idf_esp_rom DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -6069,8 +5492,6 @@ build esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir/patches/esp_rom_systimer.c.ob INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - 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 # ============================================================================= @@ -6085,9 +5506,8 @@ build esp-idf/esp_rom/libesp_rom.a: C_STATIC_LIBRARY_LINKER____idf_esp_rom_ esp- OBJECT_DIR = esp-idf/esp_rom/CMakeFiles/__idf_esp_rom.dir POST_BUILD = : PRE_LINK = : - 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 + TARGET_PDB = esp_rom.a.dbg ############################################# @@ -6175,8 +5595,6 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/hal_utils.c.obj: C_COMPILER____idf_ha INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - 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_ /home/abobkov/esp/esp-idf/components/hal/efuse_hal.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -6185,8 +5603,6 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/efuse_hal.c.obj: C_COMPILER____idf_ha INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - 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_ /home/abobkov/esp/esp-idf/components/hal/esp32c3/efuse_hal.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -6195,8 +5611,6 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c3/efuse_hal.c.obj: C_COMPILER__ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - 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_ /home/abobkov/esp/esp-idf/components/hal/wdt_hal_iram.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -6205,8 +5619,6 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/wdt_hal_iram.c.obj: C_COMPILER____idf INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - 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_ /home/abobkov/esp/esp-idf/components/hal/mmu_hal.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -6215,8 +5627,6 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/mmu_hal.c.obj: C_COMPILER____idf_hal_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - 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_ /home/abobkov/esp/esp-idf/components/hal/cache_hal.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -6225,8 +5635,6 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/cache_hal.c.obj: C_COMPILER____idf_ha INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - 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/spi_flash_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /home/abobkov/esp/esp-idf/components/hal/spi_flash_hal.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -6235,8 +5643,6 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal.c.obj: C_COMPILER____id INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - 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/spi_flash_hal_iram.c.obj: C_COMPILER____idf_hal_unscanned_ /home/abobkov/esp/esp-idf/components/hal/spi_flash_hal_iram.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -6245,8 +5651,6 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal_iram.c.obj: C_COMPILER_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - 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/spi_flash_encrypt_hal_iram.c.obj: C_COMPILER____idf_hal_unscanned_ /home/abobkov/esp/esp-idf/components/hal/spi_flash_encrypt_hal_iram.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -6255,8 +5659,6 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_encrypt_hal_iram.c.obj: C_C INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - 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/clk_tree_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /home/abobkov/esp/esp-idf/components/hal/esp32c3/clk_tree_hal.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -6265,8 +5667,6 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c3/clk_tree_hal.c.obj: C_COMPILE INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - 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/systimer_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /home/abobkov/esp/esp-idf/components/hal/systimer_hal.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -6275,8 +5675,6 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/systimer_hal.c.obj: C_COMPILER____idf INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - 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/uart_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /home/abobkov/esp/esp-idf/components/hal/uart_hal.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -6285,8 +5683,6 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal.c.obj: C_COMPILER____idf_hal INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - 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/uart_hal_iram.c.obj: C_COMPILER____idf_hal_unscanned_ /home/abobkov/esp/esp-idf/components/hal/uart_hal_iram.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -6295,8 +5691,6 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/uart_hal_iram.c.obj: C_COMPILER____id INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - 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/gpio_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /home/abobkov/esp/esp-idf/components/hal/gpio_hal.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -6305,8 +5699,6 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/gpio_hal.c.obj: C_COMPILER____idf_hal INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - 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/timer_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /home/abobkov/esp/esp-idf/components/hal/timer_hal.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -6315,8 +5707,6 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/timer_hal.c.obj: C_COMPILER____idf_ha INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - 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/ledc_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /home/abobkov/esp/esp-idf/components/hal/ledc_hal.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -6325,8 +5715,6 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal.c.obj: C_COMPILER____idf_hal INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - 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/ledc_hal_iram.c.obj: C_COMPILER____idf_hal_unscanned_ /home/abobkov/esp/esp-idf/components/hal/ledc_hal_iram.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -6335,8 +5723,6 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/ledc_hal_iram.c.obj: C_COMPILER____id INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - 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/i2c_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /home/abobkov/esp/esp-idf/components/hal/i2c_hal.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -6345,8 +5731,6 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal.c.obj: C_COMPILER____idf_hal_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - 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/i2c_hal_iram.c.obj: C_COMPILER____idf_hal_unscanned_ /home/abobkov/esp/esp-idf/components/hal/i2c_hal_iram.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -6355,8 +5739,6 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/i2c_hal_iram.c.obj: C_COMPILER____idf INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - 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/rmt_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /home/abobkov/esp/esp-idf/components/hal/rmt_hal.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -6365,8 +5747,6 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/rmt_hal.c.obj: C_COMPILER____idf_hal_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - 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/twai_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /home/abobkov/esp/esp-idf/components/hal/twai_hal.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -6375,8 +5755,6 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/twai_hal.c.obj: C_COMPILER____idf_hal INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - 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/twai_hal_iram.c.obj: C_COMPILER____idf_hal_unscanned_ /home/abobkov/esp/esp-idf/components/hal/twai_hal_iram.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -6385,8 +5763,6 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/twai_hal_iram.c.obj: C_COMPILER____id INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - 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/gdma_hal_top.c.obj: C_COMPILER____idf_hal_unscanned_ /home/abobkov/esp/esp-idf/components/hal/gdma_hal_top.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -6395,8 +5771,6 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/gdma_hal_top.c.obj: C_COMPILER____idf INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - 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/gdma_hal_ahb_v1.c.obj: C_COMPILER____idf_hal_unscanned_ /home/abobkov/esp/esp-idf/components/hal/gdma_hal_ahb_v1.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -6405,8 +5779,6 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/gdma_hal_ahb_v1.c.obj: C_COMPILER____ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - 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/i2s_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /home/abobkov/esp/esp-idf/components/hal/i2s_hal.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -6415,8 +5787,6 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/i2s_hal.c.obj: C_COMPILER____idf_hal_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - 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/sdm_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /home/abobkov/esp/esp-idf/components/hal/sdm_hal.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -6425,8 +5795,6 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/sdm_hal.c.obj: C_COMPILER____idf_hal_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - 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/adc_hal_common.c.obj: C_COMPILER____idf_hal_unscanned_ /home/abobkov/esp/esp-idf/components/hal/adc_hal_common.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -6435,8 +5803,6 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal_common.c.obj: C_COMPILER____i INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - 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/adc_oneshot_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /home/abobkov/esp/esp-idf/components/hal/adc_oneshot_hal.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -6445,8 +5811,6 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_oneshot_hal.c.obj: C_COMPILER____ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - 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/adc_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /home/abobkov/esp/esp-idf/components/hal/adc_hal.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -6455,8 +5819,6 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/adc_hal.c.obj: C_COMPILER____idf_hal_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - 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/mpi_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /home/abobkov/esp/esp-idf/components/hal/mpi_hal.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -6465,8 +5827,6 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/mpi_hal.c.obj: C_COMPILER____idf_hal_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - 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/sha_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /home/abobkov/esp/esp-idf/components/hal/sha_hal.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -6475,8 +5835,6 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/sha_hal.c.obj: C_COMPILER____idf_hal_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - 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/aes_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /home/abobkov/esp/esp-idf/components/hal/aes_hal.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -6485,8 +5843,6 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/aes_hal.c.obj: C_COMPILER____idf_hal_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - 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/brownout_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /home/abobkov/esp/esp-idf/components/hal/brownout_hal.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -6495,8 +5851,6 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/brownout_hal.c.obj: C_COMPILER____idf INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - 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/spi_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /home/abobkov/esp/esp-idf/components/hal/spi_hal.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -6505,8 +5859,6 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal.c.obj: C_COMPILER____idf_hal_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - 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/spi_hal_iram.c.obj: C_COMPILER____idf_hal_unscanned_ /home/abobkov/esp/esp-idf/components/hal/spi_hal_iram.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -6515,8 +5867,6 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_hal_iram.c.obj: C_COMPILER____idf INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - 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/spi_slave_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /home/abobkov/esp/esp-idf/components/hal/spi_slave_hal.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -6525,8 +5875,6 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal.c.obj: C_COMPILER____id INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - 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/spi_slave_hal_iram.c.obj: C_COMPILER____idf_hal_unscanned_ /home/abobkov/esp/esp-idf/components/hal/spi_slave_hal_iram.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -6535,8 +5883,6 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hal_iram.c.obj: C_COMPILER_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - 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/spi_slave_hd_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /home/abobkov/esp/esp-idf/components/hal/spi_slave_hd_hal.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -6545,8 +5891,6 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_slave_hd_hal.c.obj: C_COMPILER___ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - 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/spi_flash_hal_gpspi.c.obj: C_COMPILER____idf_hal_unscanned_ /home/abobkov/esp/esp-idf/components/hal/spi_flash_hal_gpspi.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -6555,8 +5899,6 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/spi_flash_hal_gpspi.c.obj: C_COMPILER INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - 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/hmac_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /home/abobkov/esp/esp-idf/components/hal/hmac_hal.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -6565,8 +5907,6 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/hmac_hal.c.obj: C_COMPILER____idf_hal INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - 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/ds_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /home/abobkov/esp/esp-idf/components/hal/ds_hal.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -6575,8 +5915,6 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/ds_hal.c.obj: C_COMPILER____idf_hal_u INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - 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/usb_serial_jtag_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /home/abobkov/esp/esp-idf/components/hal/usb_serial_jtag_hal.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -6585,8 +5923,6 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/usb_serial_jtag_hal.c.obj: C_COMPILER INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - 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/xt_wdt_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /home/abobkov/esp/esp-idf/components/hal/xt_wdt_hal.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -6595,8 +5931,6 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/xt_wdt_hal.c.obj: C_COMPILER____idf_h INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - 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/rtc_cntl_hal.c.obj: C_COMPILER____idf_hal_unscanned_ /home/abobkov/esp/esp-idf/components/hal/esp32c3/rtc_cntl_hal.c || cmake_object_order_depends_target___idf_hal DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -6605,8 +5939,6 @@ build esp-idf/hal/CMakeFiles/__idf_hal.dir/esp32c3/rtc_cntl_hal.c.obj: C_COMPILE INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/hal/CMakeFiles/__idf_hal.dir/__idf_hal.pdb - TARGET_PDB = esp-idf/hal/libhal.pdb # ============================================================================= @@ -6621,9 +5953,8 @@ build esp-idf/hal/libhal.a: C_STATIC_LIBRARY_LINKER____idf_hal_ esp-idf/hal/CMak OBJECT_DIR = esp-idf/hal/CMakeFiles/__idf_hal.dir POST_BUILD = : PRE_LINK = : - 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 + TARGET_PDB = hal.a.dbg ############################################# @@ -6711,8 +6042,6 @@ build esp-idf/log/CMakeFiles/__idf_log.dir/log.c.obj: C_COMPILER____idf_log_unsc INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/log/CMakeFiles/__idf_log.dir/__idf_log.pdb - TARGET_PDB = esp-idf/log/liblog.pdb build esp-idf/log/CMakeFiles/__idf_log.dir/log_buffers.c.obj: C_COMPILER____idf_log_unscanned_ /home/abobkov/esp/esp-idf/components/log/log_buffers.c || cmake_object_order_depends_target___idf_log DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -6721,8 +6050,6 @@ build esp-idf/log/CMakeFiles/__idf_log.dir/log_buffers.c.obj: C_COMPILER____idf_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/log/CMakeFiles/__idf_log.dir/__idf_log.pdb - TARGET_PDB = esp-idf/log/liblog.pdb build esp-idf/log/CMakeFiles/__idf_log.dir/log_freertos.c.obj: C_COMPILER____idf_log_unscanned_ /home/abobkov/esp/esp-idf/components/log/log_freertos.c || cmake_object_order_depends_target___idf_log DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -6731,8 +6058,6 @@ build esp-idf/log/CMakeFiles/__idf_log.dir/log_freertos.c.obj: C_COMPILER____idf INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/log/CMakeFiles/__idf_log.dir/__idf_log.pdb - TARGET_PDB = esp-idf/log/liblog.pdb # ============================================================================= @@ -6747,9 +6072,8 @@ build esp-idf/log/liblog.a: C_STATIC_LIBRARY_LINKER____idf_log_ esp-idf/log/CMak OBJECT_DIR = esp-idf/log/CMakeFiles/__idf_log.dir POST_BUILD = : PRE_LINK = : - 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 + TARGET_PDB = log.a.dbg ############################################# @@ -6837,8 +6161,6 @@ build esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_base.c.obj: C_COMPILER___ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/heap/CMakeFiles/__idf_heap.dir/__idf_heap.pdb - TARGET_PDB = esp-idf/heap/libheap.pdb build esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps.c.obj: C_COMPILER____idf_heap_unscanned_ /home/abobkov/esp/esp-idf/components/heap/heap_caps.c || cmake_object_order_depends_target___idf_heap DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -6847,8 +6169,6 @@ build esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps.c.obj: C_COMPILER____idf_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/heap/CMakeFiles/__idf_heap.dir/__idf_heap.pdb - TARGET_PDB = esp-idf/heap/libheap.pdb build esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_init.c.obj: C_COMPILER____idf_heap_unscanned_ /home/abobkov/esp/esp-idf/components/heap/heap_caps_init.c || cmake_object_order_depends_target___idf_heap DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -6857,8 +6177,6 @@ build esp-idf/heap/CMakeFiles/__idf_heap.dir/heap_caps_init.c.obj: C_COMPILER___ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/heap/CMakeFiles/__idf_heap.dir/__idf_heap.pdb - TARGET_PDB = esp-idf/heap/libheap.pdb build esp-idf/heap/CMakeFiles/__idf_heap.dir/multi_heap.c.obj: C_COMPILER____idf_heap_unscanned_ /home/abobkov/esp/esp-idf/components/heap/multi_heap.c || cmake_object_order_depends_target___idf_heap DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -6867,8 +6185,6 @@ build esp-idf/heap/CMakeFiles/__idf_heap.dir/multi_heap.c.obj: C_COMPILER____idf INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/heap/CMakeFiles/__idf_heap.dir/__idf_heap.pdb - TARGET_PDB = esp-idf/heap/libheap.pdb build esp-idf/heap/CMakeFiles/__idf_heap.dir/tlsf/tlsf.c.obj: C_COMPILER____idf_heap_unscanned_ /home/abobkov/esp/esp-idf/components/heap/tlsf/tlsf.c || cmake_object_order_depends_target___idf_heap DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -6877,8 +6193,6 @@ build esp-idf/heap/CMakeFiles/__idf_heap.dir/tlsf/tlsf.c.obj: C_COMPILER____idf_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/heap/CMakeFiles/__idf_heap.dir/__idf_heap.pdb - TARGET_PDB = esp-idf/heap/libheap.pdb build esp-idf/heap/CMakeFiles/__idf_heap.dir/port/memory_layout_utils.c.obj: C_COMPILER____idf_heap_unscanned_ /home/abobkov/esp/esp-idf/components/heap/port/memory_layout_utils.c || cmake_object_order_depends_target___idf_heap DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -6887,8 +6201,6 @@ build esp-idf/heap/CMakeFiles/__idf_heap.dir/port/memory_layout_utils.c.obj: C_C INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/heap/CMakeFiles/__idf_heap.dir/__idf_heap.pdb - TARGET_PDB = esp-idf/heap/libheap.pdb build esp-idf/heap/CMakeFiles/__idf_heap.dir/port/esp32c3/memory_layout.c.obj: C_COMPILER____idf_heap_unscanned_ /home/abobkov/esp/esp-idf/components/heap/port/esp32c3/memory_layout.c || cmake_object_order_depends_target___idf_heap DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -6897,8 +6209,6 @@ build esp-idf/heap/CMakeFiles/__idf_heap.dir/port/esp32c3/memory_layout.c.obj: C INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/heap/tlsf -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/heap/CMakeFiles/__idf_heap.dir/__idf_heap.pdb - TARGET_PDB = esp-idf/heap/libheap.pdb # ============================================================================= @@ -6913,9 +6223,8 @@ build esp-idf/heap/libheap.a: C_STATIC_LIBRARY_LINKER____idf_heap_ esp-idf/heap/ OBJECT_DIR = esp-idf/heap/CMakeFiles/__idf_heap.dir POST_BUILD = : PRE_LINK = : - TARGET_COMPILE_PDB = esp-idf/heap/CMakeFiles/__idf_heap.dir/__idf_heap.pdb TARGET_FILE = esp-idf/heap/libheap.a - TARGET_PDB = esp-idf/heap/libheap.pdb + TARGET_PDB = heap.a.dbg ############################################# @@ -7003,8 +6312,6 @@ build esp-idf/soc/CMakeFiles/__idf_soc.dir/lldesc.c.obj: C_COMPILER____idf_soc_u INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - 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_ /home/abobkov/esp/esp-idf/components/soc/dport_access_common.c || cmake_object_order_depends_target___idf_soc DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -7013,8 +6320,6 @@ build esp-idf/soc/CMakeFiles/__idf_soc.dir/dport_access_common.c.obj: C_COMPILER INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - 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_ /home/abobkov/esp/esp-idf/components/soc/esp32c3/interrupts.c || cmake_object_order_depends_target___idf_soc DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -7023,8 +6328,6 @@ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/interrupts.c.obj: C_COMPILER_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - 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_ /home/abobkov/esp/esp-idf/components/soc/esp32c3/gpio_periph.c || cmake_object_order_depends_target___idf_soc DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -7033,8 +6336,6 @@ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/gpio_periph.c.obj: C_COMPILER INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - 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_ /home/abobkov/esp/esp-idf/components/soc/esp32c3/uart_periph.c || cmake_object_order_depends_target___idf_soc DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -7043,8 +6344,6 @@ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/uart_periph.c.obj: C_COMPILER INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - 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_ /home/abobkov/esp/esp-idf/components/soc/esp32c3/adc_periph.c || cmake_object_order_depends_target___idf_soc DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -7053,8 +6352,6 @@ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/adc_periph.c.obj: C_COMPILER_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - 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_ /home/abobkov/esp/esp-idf/components/soc/esp32c3/dedic_gpio_periph.c || cmake_object_order_depends_target___idf_soc DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -7063,8 +6360,6 @@ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/dedic_gpio_periph.c.obj: C_CO INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - 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_ /home/abobkov/esp/esp-idf/components/soc/esp32c3/gdma_periph.c || cmake_object_order_depends_target___idf_soc DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -7073,8 +6368,6 @@ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/gdma_periph.c.obj: C_COMPILER INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - 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_ /home/abobkov/esp/esp-idf/components/soc/esp32c3/spi_periph.c || cmake_object_order_depends_target___idf_soc DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -7083,8 +6376,6 @@ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/spi_periph.c.obj: C_COMPILER_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - 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_ /home/abobkov/esp/esp-idf/components/soc/esp32c3/ledc_periph.c || cmake_object_order_depends_target___idf_soc DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -7093,8 +6384,6 @@ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/ledc_periph.c.obj: C_COMPILER INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - 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_ /home/abobkov/esp/esp-idf/components/soc/esp32c3/rmt_periph.c || cmake_object_order_depends_target___idf_soc DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -7103,8 +6392,6 @@ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/rmt_periph.c.obj: C_COMPILER_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - 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_ /home/abobkov/esp/esp-idf/components/soc/esp32c3/sdm_periph.c || cmake_object_order_depends_target___idf_soc DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -7113,8 +6400,6 @@ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/sdm_periph.c.obj: C_COMPILER_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - 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_ /home/abobkov/esp/esp-idf/components/soc/esp32c3/i2s_periph.c || cmake_object_order_depends_target___idf_soc DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -7123,8 +6408,6 @@ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/i2s_periph.c.obj: C_COMPILER_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - 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_ /home/abobkov/esp/esp-idf/components/soc/esp32c3/i2c_periph.c || cmake_object_order_depends_target___idf_soc DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -7133,8 +6416,6 @@ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/i2c_periph.c.obj: C_COMPILER_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - 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_ /home/abobkov/esp/esp-idf/components/soc/esp32c3/temperature_sensor_periph.c || cmake_object_order_depends_target___idf_soc DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -7143,8 +6424,6 @@ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/temperature_sensor_periph.c.o INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - 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_ /home/abobkov/esp/esp-idf/components/soc/esp32c3/timer_periph.c || cmake_object_order_depends_target___idf_soc DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -7153,8 +6432,6 @@ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/timer_periph.c.obj: C_COMPILE INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - 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_ /home/abobkov/esp/esp-idf/components/soc/esp32c3/mpi_periph.c || cmake_object_order_depends_target___idf_soc DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -7163,8 +6440,6 @@ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/mpi_periph.c.obj: C_COMPILER_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - 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_ /home/abobkov/esp/esp-idf/components/soc/esp32c3/twai_periph.c || cmake_object_order_depends_target___idf_soc DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -7173,8 +6448,6 @@ build esp-idf/soc/CMakeFiles/__idf_soc.dir/esp32c3/twai_periph.c.obj: C_COMPILER INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/soc/CMakeFiles/__idf_soc.dir/__idf_soc.pdb - TARGET_PDB = esp-idf/soc/libsoc.pdb # ============================================================================= @@ -7189,9 +6462,8 @@ build esp-idf/soc/libsoc.a: C_STATIC_LIBRARY_LINKER____idf_soc_ esp-idf/soc/CMak OBJECT_DIR = esp-idf/soc/CMakeFiles/__idf_soc.dir POST_BUILD = : PRE_LINK = : - 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 + TARGET_PDB = soc.a.dbg ############################################# @@ -7279,8 +6551,6 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/cpu.c.obj: C_CO INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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 - 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_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -7289,8 +6559,6 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/es INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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 - 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_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -7299,8 +6567,6 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_memory_util INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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 - 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_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -7309,8 +6575,6 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/cp INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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 - 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_clk.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /home/abobkov/esp/esp-idf/components/esp_hw_support/esp_clk.c || cmake_object_order_depends_target___idf_esp_hw_support DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -7319,8 +6583,6 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_clk.c.obj: INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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 - 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/clk_ctrl_os.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -7329,8 +6591,6 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/clk_ctrl_os.c.o INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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 - 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/hw_random.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /home/abobkov/esp/esp-idf/components/esp_hw_support/hw_random.c || cmake_object_order_depends_target___idf_esp_hw_support DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -7339,8 +6599,6 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/hw_random.c.obj INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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 - 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/intr_alloc.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /home/abobkov/esp/esp-idf/components/esp_hw_support/intr_alloc.c || cmake_object_order_depends_target___idf_esp_hw_support DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -7349,8 +6607,6 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/intr_alloc.c.ob INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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 - 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/mac_addr.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /home/abobkov/esp/esp-idf/components/esp_hw_support/mac_addr.c || cmake_object_order_depends_target___idf_esp_hw_support DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -7359,8 +6615,6 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/mac_addr.c.obj: INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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 - 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/periph_ctrl.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /home/abobkov/esp/esp-idf/components/esp_hw_support/periph_ctrl.c || cmake_object_order_depends_target___idf_esp_hw_support DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -7369,8 +6623,6 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/periph_ctrl.c.o INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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 - 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/revision.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /home/abobkov/esp/esp-idf/components/esp_hw_support/revision.c || cmake_object_order_depends_target___idf_esp_hw_support DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -7379,8 +6631,6 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/revision.c.obj: INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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 - 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/rtc_module.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /home/abobkov/esp/esp-idf/components/esp_hw_support/rtc_module.c || cmake_object_order_depends_target___idf_esp_hw_support DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -7389,8 +6639,6 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/rtc_module.c.ob INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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 - 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/sleep_modes.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /home/abobkov/esp/esp-idf/components/esp_hw_support/sleep_modes.c || cmake_object_order_depends_target___idf_esp_hw_support DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -7399,8 +6647,6 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modes.c.o INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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 - 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/sleep_console.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /home/abobkov/esp/esp-idf/components/esp_hw_support/sleep_console.c || cmake_object_order_depends_target___idf_esp_hw_support DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -7409,8 +6655,6 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_console.c INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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 - 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/sleep_gpio.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /home/abobkov/esp/esp-idf/components/esp_hw_support/sleep_gpio.c || cmake_object_order_depends_target___idf_esp_hw_support DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -7419,8 +6663,6 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_gpio.c.ob INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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 - 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/sleep_event.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /home/abobkov/esp/esp-idf/components/esp_hw_support/sleep_event.c || cmake_object_order_depends_target___idf_esp_hw_support DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -7429,8 +6671,6 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_event.c.o INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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 - 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/sleep_modem.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /home/abobkov/esp/esp-idf/components/esp_hw_support/sleep_modem.c || cmake_object_order_depends_target___idf_esp_hw_support DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -7439,8 +6679,6 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_modem.c.o INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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 - 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/regi2c_ctrl.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /home/abobkov/esp/esp-idf/components/esp_hw_support/regi2c_ctrl.c || cmake_object_order_depends_target___idf_esp_hw_support DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -7449,8 +6687,6 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/regi2c_ctrl.c.o INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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 - 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_gpio_reserve.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -7459,8 +6695,6 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_gpio_reserv INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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 - 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/sar_periph_ctrl_common.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -7469,8 +6703,6 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sar_periph_ctrl INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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 - 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/io_mux.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -7479,8 +6711,6 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/io INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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 - 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_clk_tree.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -7489,8 +6719,6 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/es INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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 - 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/esp_clk_tree_common.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -7499,8 +6727,6 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp_clk_tr INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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 - 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/dma/esp_dma_utils.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -7509,8 +6735,6 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/esp_dma_uti INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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 - 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/adc_share_hw_ctrl.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -7519,8 +6743,6 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/adc_share_hw_ct INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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 - 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/sleep_cpu.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /home/abobkov/esp/esp-idf/components/esp_hw_support/sleep_cpu.c || cmake_object_order_depends_target___idf_esp_hw_support DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -7529,8 +6751,6 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_cpu.c.obj INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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 - 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/dma/gdma.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /home/abobkov/esp/esp-idf/components/esp_hw_support/dma/gdma.c || cmake_object_order_depends_target___idf_esp_hw_support DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -7539,8 +6759,6 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/gdma.c.obj: INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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 - 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/dma/esp_async_memcpy.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -7549,8 +6767,6 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/esp_async_m INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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 - 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/dma/async_memcpy_gdma.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -7559,8 +6775,6 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/dma/async_memcp INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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 - 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/systimer.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -7569,8 +6783,6 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/sy INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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 - 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_hmac.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /home/abobkov/esp/esp-idf/components/esp_hw_support/esp_hmac.c || cmake_object_order_depends_target___idf_esp_hw_support DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -7579,8 +6791,6 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_hmac.c.obj: INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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 - 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_ds.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /home/abobkov/esp/esp-idf/components/esp_hw_support/esp_ds.c || cmake_object_order_depends_target___idf_esp_hw_support DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -7589,8 +6799,6 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_ds.c.obj: C INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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 - 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/mspi_timing_tuning.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -7599,8 +6807,6 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/mspi_timing_tun INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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 - 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/mspi_timing_config.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /home/abobkov/esp/esp-idf/components/esp_hw_support/mspi_timing_config.c || cmake_object_order_depends_target___idf_esp_hw_support DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -7609,8 +6815,6 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/mspi_timing_con INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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 - 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/sleep_wake_stub.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -7619,8 +6823,6 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/sleep_wake_stub INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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 - 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_clock_output.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -7629,8 +6831,6 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/esp_clock_outpu INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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 - 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_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -7639,8 +6839,6 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rt INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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 - 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_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -7649,8 +6847,6 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rt INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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 - 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_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -7659,8 +6855,6 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rt INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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 - 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_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -7669,8 +6863,6 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rt INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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 - 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_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -7679,8 +6871,6 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/rt INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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 - 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_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -7689,8 +6879,6 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/ch INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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 - 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_crypto_lock.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/esp_crypto_lock.c || cmake_object_order_depends_target___idf_esp_hw_support DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -7699,8 +6887,6 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/es INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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 - 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/sar_periph_ctrl.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -7709,8 +6895,6 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/sa INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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 - 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/adc2_init_cal.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -7719,8 +6903,6 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/ad INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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 - 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_memprot.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -7729,8 +6911,6 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp32c3/es INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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 - 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/esp_memprot_conv.c.obj: C_COMPILER____idf_esp_hw_support_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -7739,8 +6919,6 @@ build esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir/port/esp_mempro INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_hw_support/port/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/esp_private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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 - 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 # ============================================================================= @@ -7755,9 +6933,8 @@ build esp-idf/esp_hw_support/libesp_hw_support.a: C_STATIC_LIBRARY_LINKER____idf OBJECT_DIR = esp-idf/esp_hw_support/CMakeFiles/__idf_esp_hw_support.dir POST_BUILD = : PRE_LINK = : - 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 + TARGET_PDB = esp_hw_support.a.dbg ############################################# @@ -7915,8 +7092,6 @@ build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/heap_idf.c.obj: C_COMPILER_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/freertos -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/__idf_freertos.pdb - TARGET_PDB = esp-idf/freertos/libfreertos.pdb build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/app_startup.c.obj: C_COMPILER____idf_freertos_unscanned_ /home/abobkov/esp/esp-idf/components/freertos/app_startup.c || cmake_object_order_depends_target___idf_freertos DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -7925,8 +7100,6 @@ build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/app_startup.c.obj: C_COMPIL INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/freertos -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/__idf_freertos.pdb - TARGET_PDB = esp-idf/freertos/libfreertos.pdb build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port_common.c.obj: C_COMPILER____idf_freertos_unscanned_ /home/abobkov/esp/esp-idf/components/freertos/port_common.c || cmake_object_order_depends_target___idf_freertos DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -7935,8 +7108,6 @@ build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port_common.c.obj: C_COMPIL INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/freertos -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/__idf_freertos.pdb - TARGET_PDB = esp-idf/freertos/libfreertos.pdb build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port_systick.c.obj: C_COMPILER____idf_freertos_unscanned_ /home/abobkov/esp/esp-idf/components/freertos/port_systick.c || cmake_object_order_depends_target___idf_freertos DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -7945,8 +7116,6 @@ build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/port_systick.c.obj: C_COMPI INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/freertos -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/__idf_freertos.pdb - TARGET_PDB = esp-idf/freertos/libfreertos.pdb build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/list.c.obj: C_COMPILER____idf_freertos_unscanned_ /home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/list.c || cmake_object_order_depends_target___idf_freertos DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -7955,8 +7124,6 @@ build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/list.c.obj: INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/freertos -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/__idf_freertos.pdb - TARGET_PDB = esp-idf/freertos/libfreertos.pdb build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/queue.c.obj: C_COMPILER____idf_freertos_unscanned_ /home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/queue.c || cmake_object_order_depends_target___idf_freertos DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -7965,8 +7132,6 @@ build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/queue.c.obj INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/freertos -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/__idf_freertos.pdb - TARGET_PDB = esp-idf/freertos/libfreertos.pdb build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/tasks.c.obj: C_COMPILER____idf_freertos_unscanned_ /home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/tasks.c || cmake_object_order_depends_target___idf_freertos DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -7975,8 +7140,6 @@ build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/tasks.c.obj INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/freertos -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/__idf_freertos.pdb - TARGET_PDB = esp-idf/freertos/libfreertos.pdb build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/timers.c.obj: C_COMPILER____idf_freertos_unscanned_ /home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/timers.c || cmake_object_order_depends_target___idf_freertos DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -7985,8 +7148,6 @@ build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/timers.c.ob INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/freertos -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/__idf_freertos.pdb - TARGET_PDB = esp-idf/freertos/libfreertos.pdb build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/event_groups.c.obj: C_COMPILER____idf_freertos_unscanned_ /home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/event_groups.c || cmake_object_order_depends_target___idf_freertos DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -7995,8 +7156,6 @@ build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/event_group INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/freertos -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/__idf_freertos.pdb - TARGET_PDB = esp-idf/freertos/libfreertos.pdb build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/stream_buffer.c.obj: C_COMPILER____idf_freertos_unscanned_ /home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/stream_buffer.c || cmake_object_order_depends_target___idf_freertos DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -8005,8 +7164,6 @@ build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/stream_buff INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/freertos -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/__idf_freertos.pdb - TARGET_PDB = esp-idf/freertos/libfreertos.pdb build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/riscv/port.c.obj: C_COMPILER____idf_freertos_unscanned_ /home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/port.c || cmake_object_order_depends_target___idf_freertos DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -8015,8 +7172,6 @@ build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/ri INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/freertos -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/__idf_freertos.pdb - TARGET_PDB = esp-idf/freertos/libfreertos.pdb build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/riscv/portasm.S.obj: ASM_COMPILER____idf_freertos_unscanned_ /home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/portasm.S || cmake_object_order_depends_target___idf_freertos DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -8025,8 +7180,6 @@ build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/FreeRTOS-Kernel/portable/ri INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/freertos -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/__idf_freertos.pdb - TARGET_PDB = esp-idf/freertos/libfreertos.pdb build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/freertos_compatibility.c.obj: C_COMPILER____idf_freertos_unscanned_ /home/abobkov/esp/esp-idf/components/freertos/esp_additions/freertos_compatibility.c || cmake_object_order_depends_target___idf_freertos DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -8035,8 +7188,6 @@ build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/freertos_comp INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/freertos -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/__idf_freertos.pdb - TARGET_PDB = esp-idf/freertos/libfreertos.pdb build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/idf_additions_event_groups.c.obj: C_COMPILER____idf_freertos_unscanned_ /home/abobkov/esp/esp-idf/components/freertos/esp_additions/idf_additions_event_groups.c || cmake_object_order_depends_target___idf_freertos DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -8045,8 +7196,6 @@ build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/idf_additions INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/freertos -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/__idf_freertos.pdb - TARGET_PDB = esp-idf/freertos/libfreertos.pdb build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/idf_additions.c.obj: C_COMPILER____idf_freertos_unscanned_ /home/abobkov/esp/esp-idf/components/freertos/esp_additions/idf_additions.c || cmake_object_order_depends_target___idf_freertos DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -8055,8 +7204,6 @@ build esp-idf/freertos/CMakeFiles/__idf_freertos.dir/esp_additions/idf_additions INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/freertos -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/__idf_freertos.pdb - TARGET_PDB = esp-idf/freertos/libfreertos.pdb # ============================================================================= @@ -8071,9 +7218,8 @@ build esp-idf/freertos/libfreertos.a: C_STATIC_LIBRARY_LINKER____idf_freertos_ e OBJECT_DIR = esp-idf/freertos/CMakeFiles/__idf_freertos.dir POST_BUILD = : PRE_LINK = : - TARGET_COMPILE_PDB = esp-idf/freertos/CMakeFiles/__idf_freertos.dir/__idf_freertos.pdb TARGET_FILE = esp-idf/freertos/libfreertos.a - TARGET_PDB = esp-idf/freertos/libfreertos.pdb + TARGET_PDB = freertos.a.dbg ############################################# @@ -8161,8 +7307,6 @@ build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/abort.c.obj: C_COMPILER____idf_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/newlib/priv_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/__idf_newlib.pdb - TARGET_PDB = esp-idf/newlib/libnewlib.pdb build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/assert.c.obj: C_COMPILER____idf_newlib_unscanned_ /home/abobkov/esp/esp-idf/components/newlib/assert.c || cmake_object_order_depends_target___idf_newlib DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -8171,8 +7315,6 @@ build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/assert.c.obj: C_COMPILER____idf INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/newlib/priv_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/__idf_newlib.pdb - TARGET_PDB = esp-idf/newlib/libnewlib.pdb build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/heap.c.obj: C_COMPILER____idf_newlib_unscanned_ /home/abobkov/esp/esp-idf/components/newlib/heap.c || cmake_object_order_depends_target___idf_newlib DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -8181,8 +7323,6 @@ build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/heap.c.obj: C_COMPILER____idf_n INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/newlib/priv_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/__idf_newlib.pdb - TARGET_PDB = esp-idf/newlib/libnewlib.pdb build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/locks.c.obj: C_COMPILER____idf_newlib_unscanned_ /home/abobkov/esp/esp-idf/components/newlib/locks.c || cmake_object_order_depends_target___idf_newlib DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -8191,8 +7331,6 @@ build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/locks.c.obj: C_COMPILER____idf_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/newlib/priv_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/__idf_newlib.pdb - TARGET_PDB = esp-idf/newlib/libnewlib.pdb build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/poll.c.obj: C_COMPILER____idf_newlib_unscanned_ /home/abobkov/esp/esp-idf/components/newlib/poll.c || cmake_object_order_depends_target___idf_newlib DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -8201,8 +7339,6 @@ build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/poll.c.obj: C_COMPILER____idf_n INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/newlib/priv_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/__idf_newlib.pdb - TARGET_PDB = esp-idf/newlib/libnewlib.pdb build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pthread.c.obj: C_COMPILER____idf_newlib_unscanned_ /home/abobkov/esp/esp-idf/components/newlib/pthread.c || cmake_object_order_depends_target___idf_newlib DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -8211,8 +7347,6 @@ build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/pthread.c.obj: C_COMPILER____id INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/newlib/priv_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/__idf_newlib.pdb - TARGET_PDB = esp-idf/newlib/libnewlib.pdb build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/random.c.obj: C_COMPILER____idf_newlib_unscanned_ /home/abobkov/esp/esp-idf/components/newlib/random.c || cmake_object_order_depends_target___idf_newlib DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -8221,8 +7355,6 @@ build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/random.c.obj: C_COMPILER____idf INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/newlib/priv_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/__idf_newlib.pdb - TARGET_PDB = esp-idf/newlib/libnewlib.pdb build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/getentropy.c.obj: C_COMPILER____idf_newlib_unscanned_ /home/abobkov/esp/esp-idf/components/newlib/getentropy.c || cmake_object_order_depends_target___idf_newlib DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -8231,8 +7363,6 @@ build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/getentropy.c.obj: C_COMPILER___ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/newlib/priv_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/__idf_newlib.pdb - TARGET_PDB = esp-idf/newlib/libnewlib.pdb build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/reent_init.c.obj: C_COMPILER____idf_newlib_unscanned_ /home/abobkov/esp/esp-idf/components/newlib/reent_init.c || cmake_object_order_depends_target___idf_newlib DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -8241,8 +7371,6 @@ build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/reent_init.c.obj: C_COMPILER___ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/newlib/priv_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/__idf_newlib.pdb - TARGET_PDB = esp-idf/newlib/libnewlib.pdb build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/newlib_init.c.obj: C_COMPILER____idf_newlib_unscanned_ /home/abobkov/esp/esp-idf/components/newlib/newlib_init.c || cmake_object_order_depends_target___idf_newlib DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -8251,8 +7379,6 @@ build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/newlib_init.c.obj: C_COMPILER__ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/newlib/priv_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/__idf_newlib.pdb - TARGET_PDB = esp-idf/newlib/libnewlib.pdb build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/syscalls.c.obj: C_COMPILER____idf_newlib_unscanned_ /home/abobkov/esp/esp-idf/components/newlib/syscalls.c || cmake_object_order_depends_target___idf_newlib DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -8261,8 +7387,6 @@ build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/syscalls.c.obj: C_COMPILER____i INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/newlib/priv_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/__idf_newlib.pdb - TARGET_PDB = esp-idf/newlib/libnewlib.pdb build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/termios.c.obj: C_COMPILER____idf_newlib_unscanned_ /home/abobkov/esp/esp-idf/components/newlib/termios.c || cmake_object_order_depends_target___idf_newlib DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -8271,8 +7395,6 @@ build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/termios.c.obj: C_COMPILER____id INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/newlib/priv_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/__idf_newlib.pdb - TARGET_PDB = esp-idf/newlib/libnewlib.pdb build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/stdatomic.c.obj: C_COMPILER____idf_newlib_unscanned_ /home/abobkov/esp/esp-idf/components/newlib/stdatomic.c || cmake_object_order_depends_target___idf_newlib DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -8281,8 +7403,6 @@ build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/stdatomic.c.obj: C_COMPILER____ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/newlib/priv_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/__idf_newlib.pdb - TARGET_PDB = esp-idf/newlib/libnewlib.pdb build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/time.c.obj: C_COMPILER____idf_newlib_unscanned_ /home/abobkov/esp/esp-idf/components/newlib/time.c || cmake_object_order_depends_target___idf_newlib DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -8291,8 +7411,6 @@ build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/time.c.obj: C_COMPILER____idf_n INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/newlib/priv_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/__idf_newlib.pdb - TARGET_PDB = esp-idf/newlib/libnewlib.pdb build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/sysconf.c.obj: C_COMPILER____idf_newlib_unscanned_ /home/abobkov/esp/esp-idf/components/newlib/sysconf.c || cmake_object_order_depends_target___idf_newlib DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -8301,8 +7419,6 @@ build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/sysconf.c.obj: C_COMPILER____id INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/newlib/priv_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/__idf_newlib.pdb - TARGET_PDB = esp-idf/newlib/libnewlib.pdb build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/realpath.c.obj: C_COMPILER____idf_newlib_unscanned_ /home/abobkov/esp/esp-idf/components/newlib/realpath.c || cmake_object_order_depends_target___idf_newlib DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -8311,8 +7427,6 @@ build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/realpath.c.obj: C_COMPILER____i INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/newlib/priv_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/__idf_newlib.pdb - TARGET_PDB = esp-idf/newlib/libnewlib.pdb build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/port/esp_time_impl.c.obj: C_COMPILER____idf_newlib_unscanned_ /home/abobkov/esp/esp-idf/components/newlib/port/esp_time_impl.c || cmake_object_order_depends_target___idf_newlib DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -8321,8 +7435,6 @@ build esp-idf/newlib/CMakeFiles/__idf_newlib.dir/port/esp_time_impl.c.obj: C_COM INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/newlib/priv_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/__idf_newlib.pdb - TARGET_PDB = esp-idf/newlib/libnewlib.pdb # ============================================================================= @@ -8337,9 +7449,8 @@ build esp-idf/newlib/libnewlib.a: C_STATIC_LIBRARY_LINKER____idf_newlib_ esp-idf OBJECT_DIR = esp-idf/newlib/CMakeFiles/__idf_newlib.dir POST_BUILD = : PRE_LINK = : - TARGET_COMPILE_PDB = esp-idf/newlib/CMakeFiles/__idf_newlib.dir/__idf_newlib.pdb TARGET_FILE = esp-idf/newlib/libnewlib.a - TARGET_PDB = esp-idf/newlib/libnewlib.pdb + TARGET_PDB = newlib.a.dbg ############################################# @@ -8497,8 +7608,6 @@ build esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_exception_stubs.cpp.obj: CXX_COMP INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/pthread/include OBJECT_DIR = esp-idf/cxx/CMakeFiles/__idf_cxx.dir OBJECT_FILE_DIR = esp-idf/cxx/CMakeFiles/__idf_cxx.dir - TARGET_COMPILE_PDB = esp-idf/cxx/CMakeFiles/__idf_cxx.dir/__idf_cxx.pdb - TARGET_PDB = esp-idf/cxx/libcxx.pdb build esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_guards.cpp.obj: CXX_COMPILER____idf_cxx_unscanned_ /home/abobkov/esp/esp-idf/components/cxx/cxx_guards.cpp || cmake_object_order_depends_target___idf_cxx DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -8507,8 +7616,6 @@ build esp-idf/cxx/CMakeFiles/__idf_cxx.dir/cxx_guards.cpp.obj: CXX_COMPILER____i INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/pthread/include OBJECT_DIR = esp-idf/cxx/CMakeFiles/__idf_cxx.dir OBJECT_FILE_DIR = esp-idf/cxx/CMakeFiles/__idf_cxx.dir - TARGET_COMPILE_PDB = esp-idf/cxx/CMakeFiles/__idf_cxx.dir/__idf_cxx.pdb - TARGET_PDB = esp-idf/cxx/libcxx.pdb # ============================================================================= @@ -8523,9 +7630,8 @@ build esp-idf/cxx/libcxx.a: C_STATIC_LIBRARY_LINKER____idf_cxx_ esp-idf/cxx/CMak OBJECT_DIR = esp-idf/cxx/CMakeFiles/__idf_cxx.dir POST_BUILD = : PRE_LINK = : - TARGET_COMPILE_PDB = esp-idf/cxx/CMakeFiles/__idf_cxx.dir/__idf_cxx.pdb TARGET_FILE = esp-idf/cxx/libcxx.a - TARGET_PDB = esp-idf/cxx/libcxx.pdb + TARGET_PDB = cxx.a.dbg ############################################# @@ -8613,8 +7719,6 @@ build esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir/src/esp_err_to_name.c.o INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_adc/include -I/home/abobkov/esp/esp-idf/components/esp_adc/interface -I/home/abobkov/esp/esp-idf/components/esp_adc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_adc/deprecated/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_http_client/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_http_server/include -I/home/abobkov/esp/esp-idf/components/http_parser -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/nvs_flash/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_netif/include -I/home/abobkov/esp/esp-idf/components/app_update/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -I/home/abobkov/esp/esp-idf/components/esp_bootloader_format/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/esp-tls -I/home/abobkov/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/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 - 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 # ============================================================================= @@ -8629,9 +7733,8 @@ build esp-idf/esp_common/libesp_common.a: C_STATIC_LIBRARY_LINKER____idf_esp_com OBJECT_DIR = esp-idf/esp_common/CMakeFiles/__idf_esp_common.dir POST_BUILD = : PRE_LINK = : - 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 + TARGET_PDB = esp_common.a.dbg ############################################# @@ -8719,8 +7822,6 @@ build esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer.c.obj: C_CO INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_timer/private_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir OBJECT_FILE_DIR = esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src - TARGET_COMPILE_PDB = esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/__idf_esp_timer.pdb - TARGET_PDB = esp-idf/esp_timer/libesp_timer.pdb build esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/ets_timer_legacy.c.obj: C_COMPILER____idf_esp_timer_unscanned_ /home/abobkov/esp/esp-idf/components/esp_timer/src/ets_timer_legacy.c || cmake_object_order_depends_target___idf_esp_timer DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -8729,8 +7830,6 @@ build esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/ets_timer_legacy.c.ob INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_timer/private_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir OBJECT_FILE_DIR = esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src - TARGET_COMPILE_PDB = esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/__idf_esp_timer.pdb - TARGET_PDB = esp-idf/esp_timer/libesp_timer.pdb build esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/system_time.c.obj: C_COMPILER____idf_esp_timer_unscanned_ /home/abobkov/esp/esp-idf/components/esp_timer/src/system_time.c || cmake_object_order_depends_target___idf_esp_timer DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -8739,8 +7838,6 @@ build esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/system_time.c.obj: C_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_timer/private_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir OBJECT_FILE_DIR = esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src - TARGET_COMPILE_PDB = esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/__idf_esp_timer.pdb - TARGET_PDB = esp-idf/esp_timer/libesp_timer.pdb build esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_common.c.obj: C_COMPILER____idf_esp_timer_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -8749,8 +7846,6 @@ build esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_common INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_timer/private_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir OBJECT_FILE_DIR = esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src - TARGET_COMPILE_PDB = esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/__idf_esp_timer.pdb - TARGET_PDB = esp-idf/esp_timer/libesp_timer.pdb build esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_systimer.c.obj: C_COMPILER____idf_esp_timer_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -8759,8 +7854,6 @@ build esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src/esp_timer_impl_systim INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_timer/private_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir OBJECT_FILE_DIR = esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/src - TARGET_COMPILE_PDB = esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/__idf_esp_timer.pdb - TARGET_PDB = esp-idf/esp_timer/libesp_timer.pdb # ============================================================================= @@ -8775,9 +7868,8 @@ build esp-idf/esp_timer/libesp_timer.a: C_STATIC_LIBRARY_LINKER____idf_esp_timer OBJECT_DIR = esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir POST_BUILD = : PRE_LINK = : - TARGET_COMPILE_PDB = esp-idf/esp_timer/CMakeFiles/__idf_esp_timer.dir/__idf_esp_timer.pdb TARGET_FILE = esp-idf/esp_timer/libesp_timer.a - TARGET_PDB = esp-idf/esp_timer/libesp_timer.pdb + TARGET_PDB = esp_timer.a.dbg ############################################# @@ -8865,8 +7957,6 @@ build esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace.c.obj: C_COMPIL INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/app_trace/include -I/home/abobkov/esp/esp-idf/components/app_trace/private_include -I/home/abobkov/esp/esp-idf/components/app_trace/port/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir OBJECT_FILE_DIR = esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir - TARGET_COMPILE_PDB = esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/__idf_app_trace.pdb - TARGET_PDB = esp-idf/app_trace/libapp_trace.pdb build esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace_util.c.obj: C_COMPILER____idf_app_trace_unscanned_ /home/abobkov/esp/esp-idf/components/app_trace/app_trace_util.c || cmake_object_order_depends_target___idf_app_trace DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -8875,8 +7965,6 @@ build esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/app_trace_util.c.obj: C_C INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/app_trace/include -I/home/abobkov/esp/esp-idf/components/app_trace/private_include -I/home/abobkov/esp/esp-idf/components/app_trace/port/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir OBJECT_FILE_DIR = esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir - TARGET_COMPILE_PDB = esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/__idf_app_trace.pdb - TARGET_PDB = esp-idf/app_trace/libapp_trace.pdb build esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/host_file_io.c.obj: C_COMPILER____idf_app_trace_unscanned_ /home/abobkov/esp/esp-idf/components/app_trace/host_file_io.c || cmake_object_order_depends_target___idf_app_trace DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -8885,8 +7973,6 @@ build esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/host_file_io.c.obj: C_COM INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/app_trace/include -I/home/abobkov/esp/esp-idf/components/app_trace/private_include -I/home/abobkov/esp/esp-idf/components/app_trace/port/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir OBJECT_FILE_DIR = esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir - TARGET_COMPILE_PDB = esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/__idf_app_trace.pdb - TARGET_PDB = esp-idf/app_trace/libapp_trace.pdb build esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/port/port_uart.c.obj: C_COMPILER____idf_app_trace_unscanned_ /home/abobkov/esp/esp-idf/components/app_trace/port/port_uart.c || cmake_object_order_depends_target___idf_app_trace DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -8895,8 +7981,6 @@ build esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/port/port_uart.c.obj: C_C INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/app_trace/include -I/home/abobkov/esp/esp-idf/components/app_trace/private_include -I/home/abobkov/esp/esp-idf/components/app_trace/port/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir OBJECT_FILE_DIR = esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/port - TARGET_COMPILE_PDB = esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/__idf_app_trace.pdb - TARGET_PDB = esp-idf/app_trace/libapp_trace.pdb # ============================================================================= @@ -8911,9 +7995,8 @@ build esp-idf/app_trace/libapp_trace.a: C_STATIC_LIBRARY_LINKER____idf_app_trace OBJECT_DIR = esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir POST_BUILD = : PRE_LINK = : - TARGET_COMPILE_PDB = esp-idf/app_trace/CMakeFiles/__idf_app_trace.dir/__idf_app_trace.pdb TARGET_FILE = esp-idf/app_trace/libapp_trace.a - TARGET_PDB = esp-idf/app_trace/libapp_trace.pdb + TARGET_PDB = app_trace.a.dbg ############################################# @@ -9001,8 +8084,6 @@ build esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/default_event_loop.c.obj: INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_event/private_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/__idf_esp_event.pdb - TARGET_PDB = esp-idf/esp_event/libesp_event.pdb build esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event.c.obj: C_COMPILER____idf_esp_event_unscanned_ /home/abobkov/esp/esp-idf/components/esp_event/esp_event.c || cmake_object_order_depends_target___idf_esp_event DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -9011,8 +8092,6 @@ build esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event.c.obj: C_COMPIL INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_event/private_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/__idf_esp_event.pdb - TARGET_PDB = esp-idf/esp_event/libesp_event.pdb build esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event_private.c.obj: C_COMPILER____idf_esp_event_unscanned_ /home/abobkov/esp/esp-idf/components/esp_event/esp_event_private.c || cmake_object_order_depends_target___idf_esp_event DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -9021,8 +8100,6 @@ build esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/esp_event_private.c.obj: INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_event/private_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/__idf_esp_event.pdb - TARGET_PDB = esp-idf/esp_event/libesp_event.pdb # ============================================================================= @@ -9037,9 +8114,8 @@ build esp-idf/esp_event/libesp_event.a: C_STATIC_LIBRARY_LINKER____idf_esp_event OBJECT_DIR = esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir POST_BUILD = : PRE_LINK = : - TARGET_COMPILE_PDB = esp-idf/esp_event/CMakeFiles/__idf_esp_event.dir/__idf_esp_event.pdb TARGET_FILE = esp-idf/esp_event/libesp_event.a - TARGET_PDB = esp-idf/esp_event/libesp_event.pdb + TARGET_PDB = esp_event.a.dbg ############################################# @@ -9127,8 +8203,6 @@ build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_api.cpp.obj: CXX_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/nvs_flash/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/nvs_flash/private_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/__idf_nvs_flash.pdb - TARGET_PDB = esp-idf/nvs_flash/libnvs_flash.pdb build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_cxx_api.cpp.obj: CXX_COMPILER____idf_nvs_flash_unscanned_ /home/abobkov/esp/esp-idf/components/nvs_flash/src/nvs_cxx_api.cpp || cmake_object_order_depends_target___idf_nvs_flash DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -9137,8 +8211,6 @@ build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_cxx_api.cpp.obj: INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/nvs_flash/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/nvs_flash/private_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/__idf_nvs_flash.pdb - TARGET_PDB = esp-idf/nvs_flash/libnvs_flash.pdb build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_item_hash_list.cpp.obj: CXX_COMPILER____idf_nvs_flash_unscanned_ /home/abobkov/esp/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.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -9147,8 +8219,6 @@ build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_item_hash_list.cp INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/nvs_flash/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/nvs_flash/private_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/__idf_nvs_flash.pdb - TARGET_PDB = esp-idf/nvs_flash/libnvs_flash.pdb build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_page.cpp.obj: CXX_COMPILER____idf_nvs_flash_unscanned_ /home/abobkov/esp/esp-idf/components/nvs_flash/src/nvs_page.cpp || cmake_object_order_depends_target___idf_nvs_flash DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -9157,8 +8227,6 @@ build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_page.cpp.obj: CXX INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/nvs_flash/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/nvs_flash/private_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/__idf_nvs_flash.pdb - TARGET_PDB = esp-idf/nvs_flash/libnvs_flash.pdb build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_pagemanager.cpp.obj: CXX_COMPILER____idf_nvs_flash_unscanned_ /home/abobkov/esp/esp-idf/components/nvs_flash/src/nvs_pagemanager.cpp || cmake_object_order_depends_target___idf_nvs_flash DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -9167,8 +8235,6 @@ build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_pagemanager.cpp.o INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/nvs_flash/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/nvs_flash/private_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/__idf_nvs_flash.pdb - TARGET_PDB = esp-idf/nvs_flash/libnvs_flash.pdb build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_storage.cpp.obj: CXX_COMPILER____idf_nvs_flash_unscanned_ /home/abobkov/esp/esp-idf/components/nvs_flash/src/nvs_storage.cpp || cmake_object_order_depends_target___idf_nvs_flash DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -9177,8 +8243,6 @@ build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_storage.cpp.obj: INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/nvs_flash/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/nvs_flash/private_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/__idf_nvs_flash.pdb - TARGET_PDB = esp-idf/nvs_flash/libnvs_flash.pdb build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_simple.cpp.obj: CXX_COMPILER____idf_nvs_flash_unscanned_ /home/abobkov/esp/esp-idf/components/nvs_flash/src/nvs_handle_simple.cpp || cmake_object_order_depends_target___idf_nvs_flash DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -9187,8 +8251,6 @@ build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_simple.cpp INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/nvs_flash/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/nvs_flash/private_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/__idf_nvs_flash.pdb - TARGET_PDB = esp-idf/nvs_flash/libnvs_flash.pdb build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_locked.cpp.obj: CXX_COMPILER____idf_nvs_flash_unscanned_ /home/abobkov/esp/esp-idf/components/nvs_flash/src/nvs_handle_locked.cpp || cmake_object_order_depends_target___idf_nvs_flash DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -9197,8 +8259,6 @@ build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_handle_locked.cpp INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/nvs_flash/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/nvs_flash/private_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/__idf_nvs_flash.pdb - TARGET_PDB = esp-idf/nvs_flash/libnvs_flash.pdb build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition.cpp.obj: CXX_COMPILER____idf_nvs_flash_unscanned_ /home/abobkov/esp/esp-idf/components/nvs_flash/src/nvs_partition.cpp || cmake_object_order_depends_target___idf_nvs_flash DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -9207,8 +8267,6 @@ build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition.cpp.obj INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/nvs_flash/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/nvs_flash/private_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/__idf_nvs_flash.pdb - TARGET_PDB = esp-idf/nvs_flash/libnvs_flash.pdb build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_lookup.cpp.obj: CXX_COMPILER____idf_nvs_flash_unscanned_ /home/abobkov/esp/esp-idf/components/nvs_flash/src/nvs_partition_lookup.cpp || cmake_object_order_depends_target___idf_nvs_flash DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -9217,8 +8275,6 @@ build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_lookup. INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/nvs_flash/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/nvs_flash/private_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/__idf_nvs_flash.pdb - TARGET_PDB = esp-idf/nvs_flash/libnvs_flash.pdb build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_manager.cpp.obj: CXX_COMPILER____idf_nvs_flash_unscanned_ /home/abobkov/esp/esp-idf/components/nvs_flash/src/nvs_partition_manager.cpp || cmake_object_order_depends_target___idf_nvs_flash DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -9227,8 +8283,6 @@ build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_partition_manager INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/nvs_flash/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/nvs_flash/private_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/__idf_nvs_flash.pdb - TARGET_PDB = esp-idf/nvs_flash/libnvs_flash.pdb build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_types.cpp.obj: CXX_COMPILER____idf_nvs_flash_unscanned_ /home/abobkov/esp/esp-idf/components/nvs_flash/src/nvs_types.cpp || cmake_object_order_depends_target___idf_nvs_flash DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -9237,8 +8291,6 @@ build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_types.cpp.obj: CX INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/nvs_flash/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/nvs_flash/private_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/__idf_nvs_flash.pdb - TARGET_PDB = esp-idf/nvs_flash/libnvs_flash.pdb build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_platform.cpp.obj: CXX_COMPILER____idf_nvs_flash_unscanned_ /home/abobkov/esp/esp-idf/components/nvs_flash/src/nvs_platform.cpp || cmake_object_order_depends_target___idf_nvs_flash DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -9247,8 +8299,6 @@ build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_platform.cpp.obj: INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/nvs_flash/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/nvs_flash/private_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/__idf_nvs_flash.pdb - TARGET_PDB = esp-idf/nvs_flash/libnvs_flash.pdb build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_encrypted_partition.cpp.obj: CXX_COMPILER____idf_nvs_flash_unscanned_ /home/abobkov/esp/esp-idf/components/nvs_flash/src/nvs_encrypted_partition.cpp || cmake_object_order_depends_target___idf_nvs_flash DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -9257,8 +8307,6 @@ build esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/src/nvs_encrypted_partiti INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/nvs_flash/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/nvs_flash/private_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/__idf_nvs_flash.pdb - TARGET_PDB = esp-idf/nvs_flash/libnvs_flash.pdb # ============================================================================= @@ -9273,9 +8321,8 @@ build esp-idf/nvs_flash/libnvs_flash.a: C_STATIC_LIBRARY_LINKER____idf_nvs_flash OBJECT_DIR = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir POST_BUILD = : PRE_LINK = : - TARGET_COMPILE_PDB = esp-idf/nvs_flash/CMakeFiles/__idf_nvs_flash.dir/__idf_nvs_flash.pdb TARGET_FILE = esp-idf/nvs_flash/libnvs_flash.a - TARGET_PDB = esp-idf/nvs_flash/libnvs_flash.pdb + TARGET_PDB = nvs_flash.a.dbg ############################################# @@ -9363,8 +8410,6 @@ build esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_override.c.obj: C_COM INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/nvs_flash/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/__idf_esp_phy.pdb - TARGET_PDB = esp-idf/esp_phy/libesp_phy.pdb build esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/lib_printf.c.obj: C_COMPILER____idf_esp_phy_unscanned_ /home/abobkov/esp/esp-idf/components/esp_phy/src/lib_printf.c || cmake_object_order_depends_target___idf_esp_phy DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -9373,8 +8418,6 @@ build esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/lib_printf.c.obj: C_COMPI INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/nvs_flash/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/__idf_esp_phy.pdb - TARGET_PDB = esp-idf/esp_phy/libesp_phy.pdb build esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_common.c.obj: C_COMPILER____idf_esp_phy_unscanned_ /home/abobkov/esp/esp-idf/components/esp_phy/src/phy_common.c || cmake_object_order_depends_target___idf_esp_phy DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -9383,8 +8426,6 @@ build esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_common.c.obj: C_COMPI INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/nvs_flash/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/__idf_esp_phy.pdb - TARGET_PDB = esp-idf/esp_phy/libesp_phy.pdb build esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_init.c.obj: C_COMPILER____idf_esp_phy_unscanned_ /home/abobkov/esp/esp-idf/components/esp_phy/src/phy_init.c || cmake_object_order_depends_target___idf_esp_phy DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -9393,8 +8434,6 @@ build esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/phy_init.c.obj: C_COMPILE INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/nvs_flash/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/__idf_esp_phy.pdb - TARGET_PDB = esp-idf/esp_phy/libesp_phy.pdb build esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/btbb_init.c.obj: C_COMPILER____idf_esp_phy_unscanned_ /home/abobkov/esp/esp-idf/components/esp_phy/src/btbb_init.c || cmake_object_order_depends_target___idf_esp_phy DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -9403,8 +8442,6 @@ build esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/src/btbb_init.c.obj: C_COMPIL INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/nvs_flash/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/__idf_esp_phy.pdb - TARGET_PDB = esp-idf/esp_phy/libesp_phy.pdb # ============================================================================= @@ -9419,9 +8456,8 @@ build esp-idf/esp_phy/libesp_phy.a: C_STATIC_LIBRARY_LINKER____idf_esp_phy_ esp- OBJECT_DIR = esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir POST_BUILD = : PRE_LINK = : - TARGET_COMPILE_PDB = esp-idf/esp_phy/CMakeFiles/__idf_esp_phy.dir/__idf_esp_phy.pdb TARGET_FILE = esp-idf/esp_phy/libesp_phy.a - TARGET_PDB = esp-idf/esp_phy/libesp_phy.pdb + TARGET_PDB = esp_phy.a.dbg ############################################# @@ -9509,8 +8545,6 @@ build esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs.c.obj: C_COMPILER____idf_vfs_unsc INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/vfs/private_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include OBJECT_DIR = esp-idf/vfs/CMakeFiles/__idf_vfs.dir OBJECT_FILE_DIR = esp-idf/vfs/CMakeFiles/__idf_vfs.dir - TARGET_COMPILE_PDB = esp-idf/vfs/CMakeFiles/__idf_vfs.dir/__idf_vfs.pdb - TARGET_PDB = esp-idf/vfs/libvfs.pdb build esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_eventfd.c.obj: C_COMPILER____idf_vfs_unscanned_ /home/abobkov/esp/esp-idf/components/vfs/vfs_eventfd.c || cmake_object_order_depends_target___idf_vfs DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -9519,8 +8553,6 @@ build esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_eventfd.c.obj: C_COMPILER____idf_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/vfs/private_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include OBJECT_DIR = esp-idf/vfs/CMakeFiles/__idf_vfs.dir OBJECT_FILE_DIR = esp-idf/vfs/CMakeFiles/__idf_vfs.dir - TARGET_COMPILE_PDB = esp-idf/vfs/CMakeFiles/__idf_vfs.dir/__idf_vfs.pdb - TARGET_PDB = esp-idf/vfs/libvfs.pdb build esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_uart.c.obj: C_COMPILER____idf_vfs_unscanned_ /home/abobkov/esp/esp-idf/components/vfs/vfs_uart.c || cmake_object_order_depends_target___idf_vfs DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -9529,8 +8561,6 @@ build esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_uart.c.obj: C_COMPILER____idf_vfs INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/vfs/private_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include OBJECT_DIR = esp-idf/vfs/CMakeFiles/__idf_vfs.dir OBJECT_FILE_DIR = esp-idf/vfs/CMakeFiles/__idf_vfs.dir - TARGET_COMPILE_PDB = esp-idf/vfs/CMakeFiles/__idf_vfs.dir/__idf_vfs.pdb - TARGET_PDB = esp-idf/vfs/libvfs.pdb build esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_semihost.c.obj: C_COMPILER____idf_vfs_unscanned_ /home/abobkov/esp/esp-idf/components/vfs/vfs_semihost.c || cmake_object_order_depends_target___idf_vfs DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -9539,8 +8569,6 @@ build esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_semihost.c.obj: C_COMPILER____idf INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/vfs/private_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include OBJECT_DIR = esp-idf/vfs/CMakeFiles/__idf_vfs.dir OBJECT_FILE_DIR = esp-idf/vfs/CMakeFiles/__idf_vfs.dir - TARGET_COMPILE_PDB = esp-idf/vfs/CMakeFiles/__idf_vfs.dir/__idf_vfs.pdb - TARGET_PDB = esp-idf/vfs/libvfs.pdb build esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_console.c.obj: C_COMPILER____idf_vfs_unscanned_ /home/abobkov/esp/esp-idf/components/vfs/vfs_console.c || cmake_object_order_depends_target___idf_vfs DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -9549,8 +8577,6 @@ build esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_console.c.obj: C_COMPILER____idf_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/vfs/private_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include OBJECT_DIR = esp-idf/vfs/CMakeFiles/__idf_vfs.dir OBJECT_FILE_DIR = esp-idf/vfs/CMakeFiles/__idf_vfs.dir - TARGET_COMPILE_PDB = esp-idf/vfs/CMakeFiles/__idf_vfs.dir/__idf_vfs.pdb - TARGET_PDB = esp-idf/vfs/libvfs.pdb build esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_usb_serial_jtag.c.obj: C_COMPILER____idf_vfs_unscanned_ /home/abobkov/esp/esp-idf/components/vfs/vfs_usb_serial_jtag.c || cmake_object_order_depends_target___idf_vfs DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -9559,8 +8585,6 @@ build esp-idf/vfs/CMakeFiles/__idf_vfs.dir/vfs_usb_serial_jtag.c.obj: C_COMPILER INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/vfs/private_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include OBJECT_DIR = esp-idf/vfs/CMakeFiles/__idf_vfs.dir OBJECT_FILE_DIR = esp-idf/vfs/CMakeFiles/__idf_vfs.dir - TARGET_COMPILE_PDB = esp-idf/vfs/CMakeFiles/__idf_vfs.dir/__idf_vfs.pdb - TARGET_PDB = esp-idf/vfs/libvfs.pdb # ============================================================================= @@ -9575,9 +8599,8 @@ build esp-idf/vfs/libvfs.a: C_STATIC_LIBRARY_LINKER____idf_vfs_ esp-idf/vfs/CMak OBJECT_DIR = esp-idf/vfs/CMakeFiles/__idf_vfs.dir POST_BUILD = : PRE_LINK = : - TARGET_COMPILE_PDB = esp-idf/vfs/CMakeFiles/__idf_vfs.dir/__idf_vfs.pdb TARGET_FILE = esp-idf/vfs/libvfs.a - TARGET_PDB = esp-idf/vfs/libvfs.pdb + TARGET_PDB = vfs.a.dbg ############################################# @@ -9665,8 +8688,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/sntp/sntp.c.obj: C_COMPILER___ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/sntp - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_lib.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -9675,8 +8696,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_lib.c.obj: C_COMPI INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_msg.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -9685,8 +8704,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/api_msg.c.obj: C_COMPI INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/err.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -9695,8 +8712,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/err.c.obj: C_COMPILER_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/if_api.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -9705,8 +8720,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/if_api.c.obj: C_COMPIL INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netbuf.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -9715,8 +8728,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netbuf.c.obj: C_COMPIL INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netdb.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -9725,8 +8736,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netdb.c.obj: C_COMPILE INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netifapi.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -9735,8 +8744,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/netifapi.c.obj: C_COMP INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/sockets.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -9745,8 +8752,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/sockets.c.obj: C_COMPI INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/tcpip.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -9755,8 +8760,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api/tcpip.c.obj: C_COMPILE INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/api - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/sntp/sntp.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -9765,8 +8768,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/sntp/sntp.c.obj: C_CO INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/sntp - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/netbiosns/netbiosns.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -9775,8 +8776,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/netbiosns/netbiosns.c INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/apps/netbiosns - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/def.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -9785,8 +8784,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/def.c.obj: C_COMPILER INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/dns.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -9795,8 +8792,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/dns.c.obj: C_COMPILER INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/inet_chksum.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -9805,8 +8800,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/inet_chksum.c.obj: C_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/init.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -9815,8 +8808,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/init.c.obj: C_COMPILE INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ip.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -9825,8 +8816,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ip.c.obj: C_COMPILER_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/mem.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -9835,8 +8824,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/mem.c.obj: C_COMPILER INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/memp.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -9845,8 +8832,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/memp.c.obj: C_COMPILE INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/netif.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -9855,8 +8840,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/netif.c.obj: C_COMPIL INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/pbuf.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -9865,8 +8848,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/pbuf.c.obj: C_COMPILE INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/raw.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -9875,8 +8856,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/raw.c.obj: C_COMPILER INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/stats.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -9885,8 +8864,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/stats.c.obj: C_COMPIL INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/sys.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -9895,8 +8872,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/sys.c.obj: C_COMPILER INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -9905,8 +8880,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp.c.obj: C_COMPILER INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_in.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -9915,8 +8888,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_in.c.obj: C_COMPI INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_out.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -9925,8 +8896,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/tcp_out.c.obj: C_COMP INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/timeouts.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -9935,8 +8904,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/timeouts.c.obj: C_COM INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/udp.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -9945,8 +8912,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/udp.c.obj: C_COMPILER INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/autoip.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -9955,8 +8920,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/autoip.c.obj: C_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4 - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/dhcp.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -9965,8 +8928,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/dhcp.c.obj: C_CO INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4 - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/etharp.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -9975,8 +8936,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/etharp.c.obj: C_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4 - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/icmp.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -9985,8 +8944,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/icmp.c.obj: C_CO INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4 - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/igmp.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -9995,8 +8952,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/igmp.c.obj: C_CO INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4 - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -10005,8 +8960,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4.c.obj: C_COM INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4 - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_napt.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -10015,8 +8968,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_napt.c.obj: INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4 - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_addr.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -10025,8 +8976,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_addr.c.obj: INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4 - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_frag.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -10035,8 +8984,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4/ip4_frag.c.obj: INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv4 - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/dhcp6.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -10045,8 +8992,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/dhcp6.c.obj: C_C INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6 - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ethip6.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -10055,8 +9000,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ethip6.c.obj: C_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6 - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/icmp6.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -10065,8 +9008,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/icmp6.c.obj: C_C INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6 - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/inet6.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -10075,8 +9016,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/inet6.c.obj: C_C INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6 - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -10085,8 +9024,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6.c.obj: C_COM INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6 - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_addr.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -10095,8 +9032,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_addr.c.obj: INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6 - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_frag.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -10105,8 +9040,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/ip6_frag.c.obj: INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6 - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/mld6.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -10115,8 +9048,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/mld6.c.obj: C_CO INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6 - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/nd6.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -10125,8 +9056,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6/nd6.c.obj: C_COM INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/core/ipv6 - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ethernet.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -10135,8 +9064,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ethernet.c.obj: C_CO INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -10145,8 +9072,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif.c.obj: C_CO INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif_fdb.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -10155,8 +9080,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/bridgeif_fdb.c.obj: INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/slipif.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -10165,8 +9088,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/slipif.c.obj: C_COMP INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/auth.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -10175,8 +9096,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/auth.c.obj: C_CO INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ccp.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -10185,8 +9104,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ccp.c.obj: C_COM INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-md5.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -10195,8 +9112,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-md5.c.obj: INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-new.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -10205,8 +9120,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap-new.c.obj: INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap_ms.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -10215,8 +9128,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/chap_ms.c.obj: C INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/demand.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -10225,8 +9136,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/demand.c.obj: C_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eap.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -10235,8 +9144,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eap.c.obj: C_COM INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ecp.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -10245,8 +9152,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ecp.c.obj: C_COM INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eui64.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -10255,8 +9160,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/eui64.c.obj: C_C INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/fsm.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -10265,8 +9168,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/fsm.c.obj: C_COM INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipcp.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -10275,8 +9176,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipcp.c.obj: C_CO INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipv6cp.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -10285,8 +9184,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ipv6cp.c.obj: C_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/lcp.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -10295,8 +9192,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/lcp.c.obj: C_COM INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/magic.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -10305,8 +9200,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/magic.c.obj: C_C INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/mppe.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -10315,8 +9208,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/mppe.c.obj: C_CO INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/multilink.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -10325,8 +9216,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/multilink.c.obj: INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ppp.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -10335,8 +9224,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/ppp.c.obj: C_COM INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppapi.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -10345,8 +9232,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppapi.c.obj: C_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppcrypt.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -10355,8 +9240,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppcrypt.c.obj: INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppoe.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -10365,8 +9248,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppoe.c.obj: C_C INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppol2tp.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -10375,8 +9256,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppol2tp.c.obj: INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppos.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -10385,8 +9264,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/pppos.c.obj: C_C INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/upap.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -10395,8 +9272,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/upap.c.obj: C_CO INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/utils.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -10405,8 +9280,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/utils.c.obj: C_C INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/vj.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -10415,8 +9288,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/vj.c.obj: C_COMP INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/tcp_isn_default.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -10425,8 +9296,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/tcp_isn_default.c.obj: C INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/lwip_default_hooks.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -10435,8 +9304,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks/lwip_default_hooks.c.obj INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/hooks - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/debug/lwip_debug.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -10445,8 +9312,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/debug/lwip_debug.c.obj: C_COMP INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/debug - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/sockets_ext.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -10455,8 +9320,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/sockets_ext.c.obj: C_COMPILER_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/freertos/sys_arch.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -10465,8 +9328,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/freertos/sys_arch.c.obj: C_COM INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/freertos - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32xx/vfs_lwip.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -10475,8 +9336,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32xx/vfs_lwip.c.obj: C_COMP INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/port/esp32xx - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/esp_ping.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -10485,8 +9344,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/esp_ping.c.obj: C_COMPILE INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -10495,8 +9352,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping.c.obj: C_COMPILER___ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping_sock.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -10505,8 +9360,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping/ping_sock.c.obj: C_COMPIL INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/ping - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/arc4.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -10515,8 +9368,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/arc4.c. INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/des.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -10525,8 +9376,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/des.c.o INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/md4.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -10535,8 +9384,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/md4.c.o INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/md5.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -10545,8 +9392,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/md5.c.o INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/sha1.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -10555,8 +9400,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl/sha1.c. INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/lwip/src/netif/ppp/polarssl - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/dhcpserver/dhcpserver.c.obj: C_COMPILER____idf_lwip_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -10565,8 +9408,6 @@ build esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/dhcpserver/dhcpserver.c.obj: C INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir OBJECT_FILE_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/apps/dhcpserver - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb - TARGET_PDB = esp-idf/lwip/liblwip.pdb # ============================================================================= @@ -10581,9 +9422,8 @@ build esp-idf/lwip/liblwip.a: C_STATIC_LIBRARY_LINKER____idf_lwip_ esp-idf/lwip/ OBJECT_DIR = esp-idf/lwip/CMakeFiles/__idf_lwip.dir POST_BUILD = : PRE_LINK = : - TARGET_COMPILE_PDB = esp-idf/lwip/CMakeFiles/__idf_lwip.dir/__idf_lwip.pdb TARGET_FILE = esp-idf/lwip/liblwip.a - TARGET_PDB = esp-idf/lwip/liblwip.pdb + TARGET_PDB = lwip.a.dbg ############################################# @@ -10741,8 +9581,6 @@ build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_handlers.c.obj: INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_netif/include -I/home/abobkov/esp/esp-idf/components/esp_netif/private_include -I/home/abobkov/esp/esp-idf/components/esp_netif/lwip -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/__idf_esp_netif.pdb - TARGET_PDB = esp-idf/esp_netif/libesp_netif.pdb build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_objects.c.obj: C_COMPILER____idf_esp_netif_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -10751,8 +9589,6 @@ build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_objects.c.obj: INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_netif/include -I/home/abobkov/esp/esp-idf/components/esp_netif/private_include -I/home/abobkov/esp/esp-idf/components/esp_netif/lwip -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/__idf_esp_netif.pdb - TARGET_PDB = esp-idf/esp_netif/libesp_netif.pdb build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_defaults.c.obj: C_COMPILER____idf_esp_netif_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -10761,8 +9597,6 @@ build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/esp_netif_defaults.c.obj: INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_netif/include -I/home/abobkov/esp/esp-idf/components/esp_netif/private_include -I/home/abobkov/esp/esp-idf/components/esp_netif/lwip -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/__idf_esp_netif.pdb - TARGET_PDB = esp-idf/esp_netif/libesp_netif.pdb build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip.c.obj: C_COMPILER____idf_esp_netif_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -10771,8 +9605,6 @@ build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip.c.obj INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_netif/include -I/home/abobkov/esp/esp-idf/components/esp_netif/private_include -I/home/abobkov/esp/esp-idf/components/esp_netif/lwip -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/__idf_esp_netif.pdb - TARGET_PDB = esp-idf/esp_netif/libesp_netif.pdb build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_sntp.c.obj: C_COMPILER____idf_esp_netif_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -10781,8 +9613,6 @@ build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_sntp.c.obj INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_netif/include -I/home/abobkov/esp/esp-idf/components/esp_netif/private_include -I/home/abobkov/esp/esp-idf/components/esp_netif/lwip -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/__idf_esp_netif.pdb - TARGET_PDB = esp-idf/esp_netif/libesp_netif.pdb build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip_defaults.c.obj: C_COMPILER____idf_esp_netif_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -10791,8 +9621,6 @@ build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/esp_netif_lwip_defau INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_netif/include -I/home/abobkov/esp/esp-idf/components/esp_netif/private_include -I/home/abobkov/esp/esp-idf/components/esp_netif/lwip -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/__idf_esp_netif.pdb - TARGET_PDB = esp-idf/esp_netif/libesp_netif.pdb build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/wlanif.c.obj: C_COMPILER____idf_esp_netif_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -10801,8 +9629,6 @@ build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/wlanif.c.obj: INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_netif/include -I/home/abobkov/esp/esp-idf/components/esp_netif/private_include -I/home/abobkov/esp/esp-idf/components/esp_netif/lwip -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/__idf_esp_netif.pdb - TARGET_PDB = esp-idf/esp_netif/libesp_netif.pdb build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/ethernetif.c.obj: C_COMPILER____idf_esp_netif_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -10811,8 +9637,6 @@ build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/ethernetif.c.o INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_netif/include -I/home/abobkov/esp/esp-idf/components/esp_netif/private_include -I/home/abobkov/esp/esp-idf/components/esp_netif/lwip -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/__idf_esp_netif.pdb - TARGET_PDB = esp-idf/esp_netif/libesp_netif.pdb build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/esp_pbuf_ref.c.obj: C_COMPILER____idf_esp_netif_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -10821,8 +9645,6 @@ build esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/lwip/netif/esp_pbuf_ref.c INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_netif/include -I/home/abobkov/esp/esp-idf/components/esp_netif/private_include -I/home/abobkov/esp/esp-idf/components/esp_netif/lwip -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/__idf_esp_netif.pdb - TARGET_PDB = esp-idf/esp_netif/libesp_netif.pdb # ============================================================================= @@ -10837,9 +9659,8 @@ build esp-idf/esp_netif/libesp_netif.a: C_STATIC_LIBRARY_LINKER____idf_esp_netif OBJECT_DIR = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir POST_BUILD = : PRE_LINK = : - TARGET_COMPILE_PDB = esp-idf/esp_netif/CMakeFiles/__idf_esp_netif.dir/__idf_esp_netif.pdb TARGET_FILE = esp-idf/esp_netif/libesp_netif.a - TARGET_PDB = esp-idf/esp_netif/libesp_netif.pdb + TARGET_PDB = esp_netif.a.dbg ############################################# @@ -10927,8 +9748,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/os_xtensa. INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/eloop.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -10937,8 +9756,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/port/eloop.c.ob INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ap_config.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -10947,8 +9764,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ap_confi INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_1x.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -10957,8 +9772,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -10967,8 +9780,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth_ie.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -10977,8 +9788,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/wpa_auth INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/pmksa_cache_auth.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -10987,8 +9796,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/pmksa_ca INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/sta_info.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -10997,8 +9804,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/sta_info INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_11.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -11007,8 +9812,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/ieee802_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/comeback_token.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -11017,8 +9820,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/ap/comeback INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -11027,8 +9828,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae. INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/dragonfly.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -11037,8 +9836,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/drag INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/wpa_common.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -11047,8 +9844,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/wpa_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/bitfield.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -11057,8 +9852,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/bitfi INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-siv.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -11067,8 +9860,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes- INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-kdf.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -11077,8 +9868,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha2 INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ccmp.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -11087,8 +9876,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ccmp INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-gcm.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -11097,8 +9884,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes- INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/crypto_ops.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -11107,8 +9892,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/cryp INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_group5.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -11117,8 +9900,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_g INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_groups.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -11127,8 +9908,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/dh_g INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ms_funcs.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -11137,8 +9916,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/ms_f INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tlsprf.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -11147,8 +9924,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1 INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-tlsprf.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -11157,8 +9932,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha2 INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-tlsprf.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -11167,8 +9940,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha3 INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha256-prf.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -11177,8 +9948,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha2 INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-prf.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -11187,8 +9956,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1 INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha384-prf.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -11197,8 +9964,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha3 INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md4-internal.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -11207,8 +9972,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/md4- INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1-tprf.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -11217,8 +9980,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/sha1 INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_common/eap_wsc_common.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -11227,8 +9988,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_common/ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/ieee802_11_common.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -11237,8 +9996,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/ieee INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/chap.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -11247,8 +10004,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/ch INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -11257,8 +10012,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/ea INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_common.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -11267,8 +10020,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/ea INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_mschapv2.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -11277,8 +10028,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/ea INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -11287,8 +10036,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/ea INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_peap_common.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -11297,8 +10044,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/ea INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -11307,8 +10052,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/ea INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_tls_common.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -11317,8 +10060,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/ea INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_ttls.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -11327,8 +10068,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/ea INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/mschapv2.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -11337,8 +10076,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/ms INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -11347,8 +10084,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/ea INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_common.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -11357,8 +10092,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/ea INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/eap_fast_pac.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -11367,8 +10100,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/eap_peer/ea INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/pmksa_cache.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -11377,8 +10108,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/pm INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -11387,8 +10116,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wp INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa_ie.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -11397,8 +10124,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wp INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/base64.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -11407,8 +10132,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/base6 INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/common.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -11417,8 +10140,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/commo INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/ext_password.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -11427,8 +10148,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/ext_p INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/uuid.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -11437,8 +10156,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/uuid. INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpabuf.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -11447,8 +10164,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpabu INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpa_debug.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -11457,8 +10172,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/wpa_d INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/json.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -11467,8 +10180,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/utils/json. INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -11477,8 +10188,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps.c.o INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_build.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -11487,8 +10196,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_att INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_parse.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -11497,8 +10204,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_att INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_attr_process.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -11507,8 +10212,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_att INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_common.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -11517,8 +10220,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_com INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_dev_attr.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -11527,8 +10228,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_dev INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_enrollee.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -11537,8 +10236,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/wps/wps_enr INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae_pk.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -11547,8 +10244,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/common/sae_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_eap_client.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -11557,8 +10252,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb 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_ /home/abobkov/esp/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.2.3\" -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__ @@ -11567,8 +10260,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa_main.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -11577,8 +10268,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpas_glue.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -11587,8 +10276,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_common.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -11597,8 +10284,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wps.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -11607,8 +10292,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_wpa3.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -11617,8 +10300,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_owe.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -11627,8 +10308,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/esp_hostap.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -11637,8 +10316,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/tls_mbedtls.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -11647,8 +10324,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/fastpbkdf2.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -11657,8 +10332,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/src/crypto/crypto_mbedtls.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -11667,8 +10340,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb 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_ /home/abobkov/esp/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.2.3\" -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__ @@ -11677,8 +10348,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb 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_ /home/abobkov/esp/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.2.3\" -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__ @@ -11687,8 +10356,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb 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_ /home/abobkov/esp/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.2.3\" -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__ @@ -11697,8 +10364,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/esp_supplicant/ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/rc4.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -11707,8 +10372,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/rc4. INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/des-internal.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -11717,8 +10380,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/des- INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-wrap.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -11727,8 +10388,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes- INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-unwrap.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -11737,8 +10396,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes- INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes-ccm.c.obj: C_COMPILER____idf_wpa_supplicant_unscanned_ /home/abobkov/esp/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.2.3\" -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__ @@ -11747,8 +10404,6 @@ build esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/crypto/aes- INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/utils -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/src -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/src/crypto -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb # ============================================================================= @@ -11763,9 +10418,8 @@ build esp-idf/wpa_supplicant/libwpa_supplicant.a: C_STATIC_LIBRARY_LINKER____idf OBJECT_DIR = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir POST_BUILD = : PRE_LINK = : - TARGET_COMPILE_PDB = esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/__idf_wpa_supplicant.pdb TARGET_FILE = esp-idf/wpa_supplicant/libwpa_supplicant.a - TARGET_PDB = esp-idf/wpa_supplicant/libwpa_supplicant.pdb + TARGET_PDB = wpa_supplicant.a.dbg ############################################# @@ -11853,8 +10507,6 @@ build esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/esp32c3/esp_coex_adapter.c. INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_coex/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/__idf_esp_coex.pdb - TARGET_PDB = esp-idf/esp_coex/libesp_coex.pdb # ============================================================================= @@ -11869,9 +10521,8 @@ build esp-idf/esp_coex/libesp_coex.a: C_STATIC_LIBRARY_LINKER____idf_esp_coex_ e OBJECT_DIR = esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir POST_BUILD = : PRE_LINK = : - TARGET_COMPILE_PDB = esp-idf/esp_coex/CMakeFiles/__idf_esp_coex.dir/__idf_esp_coex.pdb TARGET_FILE = esp-idf/esp_coex/libesp_coex.a - TARGET_PDB = esp-idf/esp_coex/libesp_coex.pdb + TARGET_PDB = esp_coex.a.dbg ############################################# @@ -11959,8 +10610,6 @@ build esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/mesh_event.c.obj: C_COM INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_netif/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/nvs_flash/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/__idf_esp_wifi.pdb - TARGET_PDB = esp-idf/esp_wifi/libesp_wifi.pdb build esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig.c.obj: C_COMPILER____idf_esp_wifi_unscanned_ /home/abobkov/esp/esp-idf/components/esp_wifi/src/smartconfig.c || cmake_object_order_depends_target___idf_esp_wifi DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -11969,8 +10618,6 @@ build esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig.c.obj: C_CO INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_netif/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/nvs_flash/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/__idf_esp_wifi.pdb - TARGET_PDB = esp-idf/esp_wifi/libesp_wifi.pdb build esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_init.c.obj: C_COMPILER____idf_esp_wifi_unscanned_ /home/abobkov/esp/esp-idf/components/esp_wifi/src/wifi_init.c || cmake_object_order_depends_target___idf_esp_wifi DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -11979,8 +10626,6 @@ build esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_init.c.obj: C_COMP INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_netif/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/nvs_flash/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/__idf_esp_wifi.pdb - TARGET_PDB = esp-idf/esp_wifi/libesp_wifi.pdb build esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default.c.obj: C_COMPILER____idf_esp_wifi_unscanned_ /home/abobkov/esp/esp-idf/components/esp_wifi/src/wifi_default.c || cmake_object_order_depends_target___idf_esp_wifi DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -11989,8 +10634,6 @@ build esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default.c.obj: C_C INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_netif/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/nvs_flash/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/__idf_esp_wifi.pdb - TARGET_PDB = esp-idf/esp_wifi/libesp_wifi.pdb build esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_netif.c.obj: C_COMPILER____idf_esp_wifi_unscanned_ /home/abobkov/esp/esp-idf/components/esp_wifi/src/wifi_netif.c || cmake_object_order_depends_target___idf_esp_wifi DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -11999,8 +10642,6 @@ build esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_netif.c.obj: C_COM INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_netif/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/nvs_flash/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/__idf_esp_wifi.pdb - TARGET_PDB = esp-idf/esp_wifi/libesp_wifi.pdb build esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default_ap.c.obj: C_COMPILER____idf_esp_wifi_unscanned_ /home/abobkov/esp/esp-idf/components/esp_wifi/src/wifi_default_ap.c || cmake_object_order_depends_target___idf_esp_wifi DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -12009,8 +10650,6 @@ build esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/wifi_default_ap.c.obj: INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_netif/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/nvs_flash/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/__idf_esp_wifi.pdb - TARGET_PDB = esp-idf/esp_wifi/libesp_wifi.pdb build esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/esp32c3/esp_adapter.c.obj: C_COMPILER____idf_esp_wifi_unscanned_ /home/abobkov/esp/esp-idf/components/esp_wifi/esp32c3/esp_adapter.c || cmake_object_order_depends_target___idf_esp_wifi DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -12019,8 +10658,6 @@ build esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/esp32c3/esp_adapter.c.obj: INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_netif/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/nvs_flash/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/__idf_esp_wifi.pdb - TARGET_PDB = esp-idf/esp_wifi/libesp_wifi.pdb build esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig_ack.c.obj: C_COMPILER____idf_esp_wifi_unscanned_ /home/abobkov/esp/esp-idf/components/esp_wifi/src/smartconfig_ack.c || cmake_object_order_depends_target___idf_esp_wifi DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -12029,8 +10666,6 @@ build esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/src/smartconfig_ack.c.obj: INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_netif/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/nvs_flash/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/__idf_esp_wifi.pdb - TARGET_PDB = esp-idf/esp_wifi/libesp_wifi.pdb # ============================================================================= @@ -12045,9 +10680,8 @@ build esp-idf/esp_wifi/libesp_wifi.a: C_STATIC_LIBRARY_LINKER____idf_esp_wifi_ e OBJECT_DIR = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir POST_BUILD = : PRE_LINK = : - TARGET_COMPILE_PDB = esp-idf/esp_wifi/CMakeFiles/__idf_esp_wifi.dir/__idf_esp_wifi.pdb TARGET_FILE = esp-idf/esp_wifi/libesp_wifi.a - TARGET_PDB = esp-idf/esp_wifi/libesp_wifi.pdb + TARGET_PDB = esp_wifi.a.dbg ############################################# @@ -12205,8 +10839,6 @@ build esp-idf/unity/CMakeFiles/__idf_unity.dir/unity/src/unity.c.obj: C_COMPILER INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/unity/include -I/home/abobkov/esp/esp-idf/components/unity/unity/src -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/unity/CMakeFiles/__idf_unity.dir/__idf_unity.pdb - TARGET_PDB = esp-idf/unity/libunity.pdb build esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_runner.c.obj: C_COMPILER____idf_unity_unscanned_ /home/abobkov/esp/esp-idf/components/unity/unity_runner.c || cmake_object_order_depends_target___idf_unity DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -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 @@ -12215,8 +10847,6 @@ build esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_runner.c.obj: C_COMPILER___ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/unity/include -I/home/abobkov/esp/esp-idf/components/unity/unity/src -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/unity/CMakeFiles/__idf_unity.dir/__idf_unity.pdb - TARGET_PDB = esp-idf/unity/libunity.pdb build esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_freertos.c.obj: C_COMPILER____idf_unity_unscanned_ /home/abobkov/esp/esp-idf/components/unity/unity_utils_freertos.c || cmake_object_order_depends_target___idf_unity DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -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 @@ -12225,8 +10855,6 @@ build esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_freertos.c.obj: C_COM INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/unity/include -I/home/abobkov/esp/esp-idf/components/unity/unity/src -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/unity/CMakeFiles/__idf_unity.dir/__idf_unity.pdb - TARGET_PDB = esp-idf/unity/libunity.pdb build esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_cache.c.obj: C_COMPILER____idf_unity_unscanned_ /home/abobkov/esp/esp-idf/components/unity/unity_utils_cache.c || cmake_object_order_depends_target___idf_unity DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -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 @@ -12235,8 +10863,6 @@ build esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_cache.c.obj: C_COMPIL INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/unity/include -I/home/abobkov/esp/esp-idf/components/unity/unity/src -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/unity/CMakeFiles/__idf_unity.dir/__idf_unity.pdb - TARGET_PDB = esp-idf/unity/libunity.pdb build esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_memory.c.obj: C_COMPILER____idf_unity_unscanned_ /home/abobkov/esp/esp-idf/components/unity/unity_utils_memory.c || cmake_object_order_depends_target___idf_unity DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -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 @@ -12245,8 +10871,6 @@ build esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_utils_memory.c.obj: C_COMPI INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/unity/include -I/home/abobkov/esp/esp-idf/components/unity/unity/src -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/unity/CMakeFiles/__idf_unity.dir/__idf_unity.pdb - TARGET_PDB = esp-idf/unity/libunity.pdb build esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_port_esp32.c.obj: C_COMPILER____idf_unity_unscanned_ /home/abobkov/esp/esp-idf/components/unity/unity_port_esp32.c || cmake_object_order_depends_target___idf_unity DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -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 @@ -12255,8 +10879,6 @@ build esp-idf/unity/CMakeFiles/__idf_unity.dir/unity_port_esp32.c.obj: C_COMPILE INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/unity/include -I/home/abobkov/esp/esp-idf/components/unity/unity/src -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/unity/CMakeFiles/__idf_unity.dir/__idf_unity.pdb - TARGET_PDB = esp-idf/unity/libunity.pdb build esp-idf/unity/CMakeFiles/__idf_unity.dir/port/esp/unity_utils_memory_esp.c.obj: C_COMPILER____idf_unity_unscanned_ /home/abobkov/esp/esp-idf/components/unity/port/esp/unity_utils_memory_esp.c || cmake_object_order_depends_target___idf_unity DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -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 @@ -12265,8 +10887,6 @@ build esp-idf/unity/CMakeFiles/__idf_unity.dir/port/esp/unity_utils_memory_esp.c INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/unity/include -I/home/abobkov/esp/esp-idf/components/unity/unity/src -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/unity/CMakeFiles/__idf_unity.dir/__idf_unity.pdb - TARGET_PDB = esp-idf/unity/libunity.pdb # ============================================================================= @@ -12281,9 +10901,8 @@ build esp-idf/unity/libunity.a: C_STATIC_LIBRARY_LINKER____idf_unity_ esp-idf/un OBJECT_DIR = esp-idf/unity/CMakeFiles/__idf_unity.dir POST_BUILD = : PRE_LINK = : - TARGET_COMPILE_PDB = esp-idf/unity/CMakeFiles/__idf_unity.dir/__idf_unity.pdb TARGET_FILE = esp-idf/unity/libunity.a - TARGET_PDB = esp-idf/unity/libunity.pdb + TARGET_PDB = unity.a.dbg ############################################# @@ -12371,8 +10990,6 @@ build esp-idf/cmock/CMakeFiles/__idf_cmock.dir/CMock/src/cmock.c.obj: C_COMPILER INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/cmock/CMock/src -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/unity/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/cmock/CMakeFiles/__idf_cmock.dir/__idf_cmock.pdb - TARGET_PDB = esp-idf/cmock/libcmock.pdb # ============================================================================= @@ -12387,9 +11004,8 @@ build esp-idf/cmock/libcmock.a: C_STATIC_LIBRARY_LINKER____idf_cmock_ esp-idf/cm OBJECT_DIR = esp-idf/cmock/CMakeFiles/__idf_cmock.dir POST_BUILD = : PRE_LINK = : - TARGET_COMPILE_PDB = esp-idf/cmock/CMakeFiles/__idf_cmock.dir/__idf_cmock.pdb TARGET_FILE = esp-idf/cmock/libcmock.a - TARGET_PDB = esp-idf/cmock/libcmock.pdb + TARGET_PDB = cmock.a.dbg ############################################# @@ -12477,8 +11093,6 @@ build esp-idf/console/CMakeFiles/__idf_console.dir/commands.c.obj: C_COMPILER___ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/console -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir - TARGET_COMPILE_PDB = esp-idf/console/CMakeFiles/__idf_console.dir/__idf_console.pdb - TARGET_PDB = esp-idf/console/libconsole.pdb build esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_repl.c.obj: C_COMPILER____idf_console_unscanned_ /home/abobkov/esp/esp-idf/components/console/esp_console_repl.c || cmake_object_order_depends_target___idf_console DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -12487,8 +11101,6 @@ build esp-idf/console/CMakeFiles/__idf_console.dir/esp_console_repl.c.obj: C_COM INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/console -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir - TARGET_COMPILE_PDB = esp-idf/console/CMakeFiles/__idf_console.dir/__idf_console.pdb - TARGET_PDB = esp-idf/console/libconsole.pdb build esp-idf/console/CMakeFiles/__idf_console.dir/split_argv.c.obj: C_COMPILER____idf_console_unscanned_ /home/abobkov/esp/esp-idf/components/console/split_argv.c || cmake_object_order_depends_target___idf_console DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -12497,8 +11109,6 @@ build esp-idf/console/CMakeFiles/__idf_console.dir/split_argv.c.obj: C_COMPILER_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/console -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir - TARGET_COMPILE_PDB = esp-idf/console/CMakeFiles/__idf_console.dir/__idf_console.pdb - TARGET_PDB = esp-idf/console/libconsole.pdb build esp-idf/console/CMakeFiles/__idf_console.dir/linenoise/linenoise.c.obj: C_COMPILER____idf_console_unscanned_ /home/abobkov/esp/esp-idf/components/console/linenoise/linenoise.c || cmake_object_order_depends_target___idf_console DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -12507,8 +11117,6 @@ build esp-idf/console/CMakeFiles/__idf_console.dir/linenoise/linenoise.c.obj: C_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/console -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir/linenoise - TARGET_COMPILE_PDB = esp-idf/console/CMakeFiles/__idf_console.dir/__idf_console.pdb - TARGET_PDB = esp-idf/console/libconsole.pdb build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_cmd.c.obj: C_COMPILER____idf_console_unscanned_ /home/abobkov/esp/esp-idf/components/console/argtable3/arg_cmd.c || cmake_object_order_depends_target___idf_console DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -12517,8 +11125,6 @@ build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_cmd.c.obj: C_CO INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/console -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3 - TARGET_COMPILE_PDB = esp-idf/console/CMakeFiles/__idf_console.dir/__idf_console.pdb - TARGET_PDB = esp-idf/console/libconsole.pdb build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_date.c.obj: C_COMPILER____idf_console_unscanned_ /home/abobkov/esp/esp-idf/components/console/argtable3/arg_date.c || cmake_object_order_depends_target___idf_console DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -12527,8 +11133,6 @@ build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_date.c.obj: C_C INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/console -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3 - TARGET_COMPILE_PDB = esp-idf/console/CMakeFiles/__idf_console.dir/__idf_console.pdb - TARGET_PDB = esp-idf/console/libconsole.pdb build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dbl.c.obj: C_COMPILER____idf_console_unscanned_ /home/abobkov/esp/esp-idf/components/console/argtable3/arg_dbl.c || cmake_object_order_depends_target___idf_console DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -12537,8 +11141,6 @@ build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dbl.c.obj: C_CO INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/console -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3 - TARGET_COMPILE_PDB = esp-idf/console/CMakeFiles/__idf_console.dir/__idf_console.pdb - TARGET_PDB = esp-idf/console/libconsole.pdb build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dstr.c.obj: C_COMPILER____idf_console_unscanned_ /home/abobkov/esp/esp-idf/components/console/argtable3/arg_dstr.c || cmake_object_order_depends_target___idf_console DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -12547,8 +11149,6 @@ build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_dstr.c.obj: C_C INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/console -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3 - TARGET_COMPILE_PDB = esp-idf/console/CMakeFiles/__idf_console.dir/__idf_console.pdb - TARGET_PDB = esp-idf/console/libconsole.pdb build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_end.c.obj: C_COMPILER____idf_console_unscanned_ /home/abobkov/esp/esp-idf/components/console/argtable3/arg_end.c || cmake_object_order_depends_target___idf_console DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -12557,8 +11157,6 @@ build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_end.c.obj: C_CO INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/console -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3 - TARGET_COMPILE_PDB = esp-idf/console/CMakeFiles/__idf_console.dir/__idf_console.pdb - TARGET_PDB = esp-idf/console/libconsole.pdb build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_file.c.obj: C_COMPILER____idf_console_unscanned_ /home/abobkov/esp/esp-idf/components/console/argtable3/arg_file.c || cmake_object_order_depends_target___idf_console DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -12567,8 +11165,6 @@ build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_file.c.obj: C_C INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/console -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3 - TARGET_COMPILE_PDB = esp-idf/console/CMakeFiles/__idf_console.dir/__idf_console.pdb - TARGET_PDB = esp-idf/console/libconsole.pdb build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_hashtable.c.obj: C_COMPILER____idf_console_unscanned_ /home/abobkov/esp/esp-idf/components/console/argtable3/arg_hashtable.c || cmake_object_order_depends_target___idf_console DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -12577,8 +11173,6 @@ build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_hashtable.c.obj INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/console -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3 - TARGET_COMPILE_PDB = esp-idf/console/CMakeFiles/__idf_console.dir/__idf_console.pdb - TARGET_PDB = esp-idf/console/libconsole.pdb build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_int.c.obj: C_COMPILER____idf_console_unscanned_ /home/abobkov/esp/esp-idf/components/console/argtable3/arg_int.c || cmake_object_order_depends_target___idf_console DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -12587,8 +11181,6 @@ build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_int.c.obj: C_CO INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/console -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3 - TARGET_COMPILE_PDB = esp-idf/console/CMakeFiles/__idf_console.dir/__idf_console.pdb - TARGET_PDB = esp-idf/console/libconsole.pdb build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_lit.c.obj: C_COMPILER____idf_console_unscanned_ /home/abobkov/esp/esp-idf/components/console/argtable3/arg_lit.c || cmake_object_order_depends_target___idf_console DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -12597,8 +11189,6 @@ build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_lit.c.obj: C_CO INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/console -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3 - TARGET_COMPILE_PDB = esp-idf/console/CMakeFiles/__idf_console.dir/__idf_console.pdb - TARGET_PDB = esp-idf/console/libconsole.pdb build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rem.c.obj: C_COMPILER____idf_console_unscanned_ /home/abobkov/esp/esp-idf/components/console/argtable3/arg_rem.c || cmake_object_order_depends_target___idf_console DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -12607,8 +11197,6 @@ build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rem.c.obj: C_CO INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/console -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3 - TARGET_COMPILE_PDB = esp-idf/console/CMakeFiles/__idf_console.dir/__idf_console.pdb - TARGET_PDB = esp-idf/console/libconsole.pdb build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rex.c.obj: C_COMPILER____idf_console_unscanned_ /home/abobkov/esp/esp-idf/components/console/argtable3/arg_rex.c || cmake_object_order_depends_target___idf_console DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -12617,8 +11205,6 @@ build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_rex.c.obj: C_CO INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/console -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3 - TARGET_COMPILE_PDB = esp-idf/console/CMakeFiles/__idf_console.dir/__idf_console.pdb - TARGET_PDB = esp-idf/console/libconsole.pdb build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_str.c.obj: C_COMPILER____idf_console_unscanned_ /home/abobkov/esp/esp-idf/components/console/argtable3/arg_str.c || cmake_object_order_depends_target___idf_console DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -12627,8 +11213,6 @@ build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_str.c.obj: C_CO INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/console -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3 - TARGET_COMPILE_PDB = esp-idf/console/CMakeFiles/__idf_console.dir/__idf_console.pdb - TARGET_PDB = esp-idf/console/libconsole.pdb build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_utils.c.obj: C_COMPILER____idf_console_unscanned_ /home/abobkov/esp/esp-idf/components/console/argtable3/arg_utils.c || cmake_object_order_depends_target___idf_console DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -12637,8 +11221,6 @@ build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/arg_utils.c.obj: C_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/console -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3 - TARGET_COMPILE_PDB = esp-idf/console/CMakeFiles/__idf_console.dir/__idf_console.pdb - TARGET_PDB = esp-idf/console/libconsole.pdb build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/argtable3.c.obj: C_COMPILER____idf_console_unscanned_ /home/abobkov/esp/esp-idf/components/console/argtable3/argtable3.c || cmake_object_order_depends_target___idf_console DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -12647,8 +11229,6 @@ build esp-idf/console/CMakeFiles/__idf_console.dir/argtable3/argtable3.c.obj: C_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/console -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir OBJECT_FILE_DIR = esp-idf/console/CMakeFiles/__idf_console.dir/argtable3 - TARGET_COMPILE_PDB = esp-idf/console/CMakeFiles/__idf_console.dir/__idf_console.pdb - TARGET_PDB = esp-idf/console/libconsole.pdb # ============================================================================= @@ -12663,9 +11243,8 @@ build esp-idf/console/libconsole.a: C_STATIC_LIBRARY_LINKER____idf_console_ esp- OBJECT_DIR = esp-idf/console/CMakeFiles/__idf_console.dir POST_BUILD = : PRE_LINK = : - TARGET_COMPILE_PDB = esp-idf/console/CMakeFiles/__idf_console.dir/__idf_console.pdb TARGET_FILE = esp-idf/console/libconsole.a - TARGET_PDB = esp-idf/console/libconsole.pdb + TARGET_PDB = console.a.dbg ############################################# @@ -12753,8 +11332,6 @@ build esp-idf/http_parser/CMakeFiles/__idf_http_parser.dir/http_parser.c.obj: C_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/http_parser -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/http_parser/CMakeFiles/__idf_http_parser.dir/__idf_http_parser.pdb - TARGET_PDB = esp-idf/http_parser/libhttp_parser.pdb # ============================================================================= @@ -12769,9 +11346,8 @@ build esp-idf/http_parser/libhttp_parser.a: C_STATIC_LIBRARY_LINKER____idf_http_ OBJECT_DIR = esp-idf/http_parser/CMakeFiles/__idf_http_parser.dir POST_BUILD = : PRE_LINK = : - TARGET_COMPILE_PDB = esp-idf/http_parser/CMakeFiles/__idf_http_parser.dir/__idf_http_parser.pdb TARGET_FILE = esp-idf/http_parser/libhttp_parser.a - TARGET_PDB = esp-idf/http_parser/libhttp_parser.pdb + TARGET_PDB = http_parser.a.dbg ############################################# @@ -12859,8 +11435,6 @@ build esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls.c.obj: C_COMPILER____ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp-tls -I/home/abobkov/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/abobkov/esp/esp-idf/components/esp-tls/private_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/http_parser -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/__idf_esp-tls.pdb - TARGET_PDB = esp-idf/esp-tls/libesp-tls.pdb build esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp-tls-crypto/esp_tls_crypto.c.obj: C_COMPILER____idf_esp-tls_unscanned_ /home/abobkov/esp/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.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -12869,8 +11443,6 @@ build esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp-tls-crypto/esp_tls_crypto INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp-tls -I/home/abobkov/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/abobkov/esp/esp-idf/components/esp-tls/private_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/http_parser -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/__idf_esp-tls.pdb - TARGET_PDB = esp-idf/esp-tls/libesp-tls.pdb build esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_error_capture.c.obj: C_COMPILER____idf_esp-tls_unscanned_ /home/abobkov/esp/esp-idf/components/esp-tls/esp_tls_error_capture.c || cmake_object_order_depends_target___idf_esp-tls DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -12879,8 +11451,6 @@ build esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_error_capture.c.obj: INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp-tls -I/home/abobkov/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/abobkov/esp/esp-idf/components/esp-tls/private_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/http_parser -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/__idf_esp-tls.pdb - TARGET_PDB = esp-idf/esp-tls/libesp-tls.pdb build esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_platform_port.c.obj: C_COMPILER____idf_esp-tls_unscanned_ /home/abobkov/esp/esp-idf/components/esp-tls/esp_tls_platform_port.c || cmake_object_order_depends_target___idf_esp-tls DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -12889,8 +11459,6 @@ build esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_platform_port.c.obj: INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp-tls -I/home/abobkov/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/abobkov/esp/esp-idf/components/esp-tls/private_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/http_parser -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/__idf_esp-tls.pdb - TARGET_PDB = esp-idf/esp-tls/libesp-tls.pdb build esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_mbedtls.c.obj: C_COMPILER____idf_esp-tls_unscanned_ /home/abobkov/esp/esp-idf/components/esp-tls/esp_tls_mbedtls.c || cmake_object_order_depends_target___idf_esp-tls DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -12899,8 +11467,6 @@ build esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_mbedtls.c.obj: C_COMP INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp-tls -I/home/abobkov/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/abobkov/esp/esp-idf/components/esp-tls/private_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/http_parser -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/__idf_esp-tls.pdb - TARGET_PDB = esp-idf/esp-tls/libesp-tls.pdb # ============================================================================= @@ -12915,9 +11481,8 @@ build esp-idf/esp-tls/libesp-tls.a: C_STATIC_LIBRARY_LINKER____idf_esp-tls_ esp- OBJECT_DIR = esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir POST_BUILD = : PRE_LINK = : - TARGET_COMPILE_PDB = esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/__idf_esp-tls.pdb TARGET_FILE = esp-idf/esp-tls/libesp-tls.a - TARGET_PDB = esp-idf/esp-tls/libesp-tls.pdb + TARGET_PDB = esp-tls.a.dbg ############################################# @@ -13005,8 +11570,6 @@ build esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali.c.obj: C_COMPILER___ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_adc/include -I/home/abobkov/esp/esp-idf/components/esp_adc/interface -I/home/abobkov/esp/esp-idf/components/esp_adc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_adc/deprecated/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include OBJECT_DIR = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir OBJECT_FILE_DIR = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir - TARGET_COMPILE_PDB = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/__idf_esp_adc.pdb - TARGET_PDB = esp-idf/esp_adc/libesp_adc.pdb build esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali_curve_fitting.c.obj: C_COMPILER____idf_esp_adc_unscanned_ /home/abobkov/esp/esp-idf/components/esp_adc/adc_cali_curve_fitting.c || cmake_object_order_depends_target___idf_esp_adc DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -13015,8 +11578,6 @@ build esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_cali_curve_fitting.c.obj: INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_adc/include -I/home/abobkov/esp/esp-idf/components/esp_adc/interface -I/home/abobkov/esp/esp-idf/components/esp_adc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_adc/deprecated/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include OBJECT_DIR = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir OBJECT_FILE_DIR = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir - TARGET_COMPILE_PDB = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/__idf_esp_adc.pdb - TARGET_PDB = esp-idf/esp_adc/libesp_adc.pdb build esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp_adc_cal_common_legacy.c.obj: C_COMPILER____idf_esp_adc_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -13025,8 +11586,6 @@ build esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp_adc_cal_common INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_adc/include -I/home/abobkov/esp/esp-idf/components/esp_adc/interface -I/home/abobkov/esp/esp-idf/components/esp_adc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_adc/deprecated/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/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 - TARGET_COMPILE_PDB = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/__idf_esp_adc.pdb - TARGET_PDB = esp-idf/esp_adc/libesp_adc.pdb build esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_oneshot.c.obj: C_COMPILER____idf_esp_adc_unscanned_ /home/abobkov/esp/esp-idf/components/esp_adc/adc_oneshot.c || cmake_object_order_depends_target___idf_esp_adc DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -13035,8 +11594,6 @@ build esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_oneshot.c.obj: C_COMPILER INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_adc/include -I/home/abobkov/esp/esp-idf/components/esp_adc/interface -I/home/abobkov/esp/esp-idf/components/esp_adc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_adc/deprecated/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include OBJECT_DIR = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir OBJECT_FILE_DIR = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir - TARGET_COMPILE_PDB = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/__idf_esp_adc.pdb - TARGET_PDB = esp-idf/esp_adc/libesp_adc.pdb build esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_common.c.obj: C_COMPILER____idf_esp_adc_unscanned_ /home/abobkov/esp/esp-idf/components/esp_adc/adc_common.c || cmake_object_order_depends_target___idf_esp_adc DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -13045,8 +11602,6 @@ build esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_common.c.obj: C_COMPILER_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_adc/include -I/home/abobkov/esp/esp-idf/components/esp_adc/interface -I/home/abobkov/esp/esp-idf/components/esp_adc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_adc/deprecated/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include OBJECT_DIR = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir OBJECT_FILE_DIR = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir - TARGET_COMPILE_PDB = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/__idf_esp_adc.pdb - TARGET_PDB = esp-idf/esp_adc/libesp_adc.pdb build esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_continuous.c.obj: C_COMPILER____idf_esp_adc_unscanned_ /home/abobkov/esp/esp-idf/components/esp_adc/adc_continuous.c || cmake_object_order_depends_target___idf_esp_adc DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -13055,8 +11610,6 @@ build esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_continuous.c.obj: C_COMPI INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_adc/include -I/home/abobkov/esp/esp-idf/components/esp_adc/interface -I/home/abobkov/esp/esp-idf/components/esp_adc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_adc/deprecated/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include OBJECT_DIR = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir OBJECT_FILE_DIR = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir - TARGET_COMPILE_PDB = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/__idf_esp_adc.pdb - TARGET_PDB = esp-idf/esp_adc/libesp_adc.pdb build esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_monitor.c.obj: C_COMPILER____idf_esp_adc_unscanned_ /home/abobkov/esp/esp-idf/components/esp_adc/adc_monitor.c || cmake_object_order_depends_target___idf_esp_adc DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -13065,8 +11618,6 @@ build esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_monitor.c.obj: C_COMPILER INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_adc/include -I/home/abobkov/esp/esp-idf/components/esp_adc/interface -I/home/abobkov/esp/esp-idf/components/esp_adc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_adc/deprecated/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include OBJECT_DIR = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir OBJECT_FILE_DIR = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir - TARGET_COMPILE_PDB = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/__idf_esp_adc.pdb - TARGET_PDB = esp-idf/esp_adc/libesp_adc.pdb build esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_filter.c.obj: C_COMPILER____idf_esp_adc_unscanned_ /home/abobkov/esp/esp-idf/components/esp_adc/adc_filter.c || cmake_object_order_depends_target___idf_esp_adc DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -13075,8 +11626,6 @@ build esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_filter.c.obj: C_COMPILER_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_adc/include -I/home/abobkov/esp/esp-idf/components/esp_adc/interface -I/home/abobkov/esp/esp-idf/components/esp_adc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_adc/deprecated/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include OBJECT_DIR = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir OBJECT_FILE_DIR = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir - TARGET_COMPILE_PDB = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/__idf_esp_adc.pdb - TARGET_PDB = esp-idf/esp_adc/libesp_adc.pdb build esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/esp32c3/curve_fitting_coefficients.c.obj: C_COMPILER____idf_esp_adc_unscanned_ /home/abobkov/esp/esp-idf/components/esp_adc/esp32c3/curve_fitting_coefficients.c || cmake_object_order_depends_target___idf_esp_adc DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -13085,8 +11634,6 @@ build esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/esp32c3/curve_fitting_coeffic INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_adc/include -I/home/abobkov/esp/esp-idf/components/esp_adc/interface -I/home/abobkov/esp/esp-idf/components/esp_adc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_adc/deprecated/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/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 - TARGET_COMPILE_PDB = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/__idf_esp_adc.pdb - TARGET_PDB = esp-idf/esp_adc/libesp_adc.pdb build esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp32c3/esp_adc_cal_legacy.c.obj: C_COMPILER____idf_esp_adc_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -13095,8 +11642,6 @@ build esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp32c3/esp_adc_ca INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_adc/include -I/home/abobkov/esp/esp-idf/components/esp_adc/interface -I/home/abobkov/esp/esp-idf/components/esp_adc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_adc/deprecated/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/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 - TARGET_COMPILE_PDB = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/__idf_esp_adc.pdb - TARGET_PDB = esp-idf/esp_adc/libesp_adc.pdb # ============================================================================= @@ -13111,9 +11656,8 @@ build esp-idf/esp_adc/libesp_adc.a: C_STATIC_LIBRARY_LINKER____idf_esp_adc_ esp- OBJECT_DIR = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir POST_BUILD = : PRE_LINK = : - TARGET_COMPILE_PDB = esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/__idf_esp_adc.pdb TARGET_FILE = esp-idf/esp_adc/libesp_adc.a - TARGET_PDB = esp-idf/esp_adc/libesp_adc.pdb + TARGET_PDB = esp_adc.a.dbg ############################################# @@ -13201,8 +11745,6 @@ build esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth.c.obj: C_COMPILER INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_netif/include OBJECT_DIR = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir OBJECT_FILE_DIR = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src - TARGET_COMPILE_PDB = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/__idf_esp_eth.pdb - TARGET_PDB = esp-idf/esp_eth/libesp_eth.pdb build esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_802_3.c.obj: C_COMPILER____idf_esp_eth_unscanned_ /home/abobkov/esp/esp-idf/components/esp_eth/src/esp_eth_phy_802_3.c || cmake_object_order_depends_target___idf_esp_eth DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -13211,8 +11753,6 @@ build esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_phy_802_3.c.obj: INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_netif/include OBJECT_DIR = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir OBJECT_FILE_DIR = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src - TARGET_COMPILE_PDB = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/__idf_esp_eth.pdb - TARGET_PDB = esp-idf/esp_eth/libesp_eth.pdb build esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_netif_glue.c.obj: C_COMPILER____idf_esp_eth_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -13221,8 +11761,6 @@ build esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_netif_glue.c.obj: INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_netif/include OBJECT_DIR = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir OBJECT_FILE_DIR = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src - TARGET_COMPILE_PDB = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/__idf_esp_eth.pdb - TARGET_PDB = esp-idf/esp_eth/libesp_eth.pdb # ============================================================================= @@ -13237,9 +11775,8 @@ build esp-idf/esp_eth/libesp_eth.a: C_STATIC_LIBRARY_LINKER____idf_esp_eth_ esp- OBJECT_DIR = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir POST_BUILD = : PRE_LINK = : - TARGET_COMPILE_PDB = esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/__idf_esp_eth.pdb TARGET_FILE = esp-idf/esp_eth/libesp_eth.a - TARGET_PDB = esp-idf/esp_eth/libesp_eth.pdb + TARGET_PDB = esp_eth.a.dbg ############################################# @@ -13327,8 +11864,6 @@ build esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub.c.obj: C_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_gdbstub/include -I/home/abobkov/esp/esp-idf/components/esp_gdbstub/private_include -I/home/abobkov/esp/esp-idf/components/esp_gdbstub/src/port/riscv/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/__idf_esp_gdbstub.pdb - TARGET_PDB = esp-idf/esp_gdbstub/libesp_gdbstub.pdb build esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub_transport.c.obj: C_COMPILER____idf_esp_gdbstub_unscanned_ /home/abobkov/esp/esp-idf/components/esp_gdbstub/src/gdbstub_transport.c || cmake_object_order_depends_target___idf_esp_gdbstub DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -13337,8 +11872,6 @@ build esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/gdbstub_transport INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_gdbstub/include -I/home/abobkov/esp/esp-idf/components/esp_gdbstub/private_include -I/home/abobkov/esp/esp-idf/components/esp_gdbstub/src/port/riscv/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/__idf_esp_gdbstub.pdb - TARGET_PDB = esp-idf/esp_gdbstub/libesp_gdbstub.pdb build esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/packet.c.obj: C_COMPILER____idf_esp_gdbstub_unscanned_ /home/abobkov/esp/esp-idf/components/esp_gdbstub/src/packet.c || cmake_object_order_depends_target___idf_esp_gdbstub DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -13347,8 +11880,6 @@ build esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/packet.c.obj: C_C INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_gdbstub/include -I/home/abobkov/esp/esp-idf/components/esp_gdbstub/private_include -I/home/abobkov/esp/esp-idf/components/esp_gdbstub/src/port/riscv/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/__idf_esp_gdbstub.pdb - TARGET_PDB = esp-idf/esp_gdbstub/libesp_gdbstub.pdb build esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/riscv/gdbstub_riscv.c.obj: C_COMPILER____idf_esp_gdbstub_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -13357,8 +11888,6 @@ build esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/riscv/gdbstu INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_gdbstub/include -I/home/abobkov/esp/esp-idf/components/esp_gdbstub/private_include -I/home/abobkov/esp/esp-idf/components/esp_gdbstub/src/port/riscv/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/__idf_esp_gdbstub.pdb - TARGET_PDB = esp-idf/esp_gdbstub/libesp_gdbstub.pdb build esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/riscv/rv_decode.c.obj: C_COMPILER____idf_esp_gdbstub_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -13367,8 +11896,6 @@ build esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/src/port/riscv/rv_dec INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_gdbstub/include -I/home/abobkov/esp/esp-idf/components/esp_gdbstub/private_include -I/home/abobkov/esp/esp-idf/components/esp_gdbstub/src/port/riscv/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/__idf_esp_gdbstub.pdb - TARGET_PDB = esp-idf/esp_gdbstub/libesp_gdbstub.pdb # ============================================================================= @@ -13383,9 +11910,8 @@ build esp-idf/esp_gdbstub/libesp_gdbstub.a: C_STATIC_LIBRARY_LINKER____idf_esp_g OBJECT_DIR = esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir POST_BUILD = : PRE_LINK = : - TARGET_COMPILE_PDB = esp-idf/esp_gdbstub/CMakeFiles/__idf_esp_gdbstub.dir/__idf_esp_gdbstub.pdb TARGET_FILE = esp-idf/esp_gdbstub/libesp_gdbstub.a - TARGET_PDB = esp-idf/esp_gdbstub/libesp_gdbstub.pdb + TARGET_PDB = esp_gdbstub.a.dbg ############################################# @@ -13473,8 +11999,6 @@ build esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidd.c.obj: C_COMPILE INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_hid/include -I/home/abobkov/esp/esp-idf/components/esp_hid/private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/__idf_esp_hid.pdb - TARGET_PDB = esp-idf/esp_hid/libesp_hid.pdb build esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidh.c.obj: C_COMPILER____idf_esp_hid_unscanned_ /home/abobkov/esp/esp-idf/components/esp_hid/src/esp_hidh.c || cmake_object_order_depends_target___idf_esp_hid DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -13483,8 +12007,6 @@ build esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hidh.c.obj: C_COMPILE INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_hid/include -I/home/abobkov/esp/esp-idf/components/esp_hid/private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/__idf_esp_hid.pdb - TARGET_PDB = esp-idf/esp_hid/libesp_hid.pdb build esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hid_common.c.obj: C_COMPILER____idf_esp_hid_unscanned_ /home/abobkov/esp/esp-idf/components/esp_hid/src/esp_hid_common.c || cmake_object_order_depends_target___idf_esp_hid DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -13493,8 +12015,6 @@ build esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/src/esp_hid_common.c.obj: C_C INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_hid/include -I/home/abobkov/esp/esp-idf/components/esp_hid/private -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/__idf_esp_hid.pdb - TARGET_PDB = esp-idf/esp_hid/libesp_hid.pdb # ============================================================================= @@ -13509,9 +12029,8 @@ build esp-idf/esp_hid/libesp_hid.a: C_STATIC_LIBRARY_LINKER____idf_esp_hid_ esp- OBJECT_DIR = esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir POST_BUILD = : PRE_LINK = : - TARGET_COMPILE_PDB = esp-idf/esp_hid/CMakeFiles/__idf_esp_hid.dir/__idf_esp_hid.pdb TARGET_FILE = esp-idf/esp_hid/libesp_hid.a - TARGET_PDB = esp-idf/esp_hid/libesp_hid.pdb + TARGET_PDB = esp_hid.a.dbg ############################################# @@ -13599,8 +12118,6 @@ build esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport.c.obj: INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/tcp_transport/include -I/home/abobkov/esp/esp-idf/components/tcp_transport/private_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp-tls -I/home/abobkov/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/__idf_tcp_transport.pdb - TARGET_PDB = esp-idf/tcp_transport/libtcp_transport.pdb build esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ssl.c.obj: C_COMPILER____idf_tcp_transport_unscanned_ /home/abobkov/esp/esp-idf/components/tcp_transport/transport_ssl.c || cmake_object_order_depends_target___idf_tcp_transport DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -13609,8 +12126,6 @@ build esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ssl.c.o INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/tcp_transport/include -I/home/abobkov/esp/esp-idf/components/tcp_transport/private_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp-tls -I/home/abobkov/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/__idf_tcp_transport.pdb - TARGET_PDB = esp-idf/tcp_transport/libtcp_transport.pdb build esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_internal.c.obj: C_COMPILER____idf_tcp_transport_unscanned_ /home/abobkov/esp/esp-idf/components/tcp_transport/transport_internal.c || cmake_object_order_depends_target___idf_tcp_transport DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -13619,8 +12134,6 @@ build esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_interna INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/tcp_transport/include -I/home/abobkov/esp/esp-idf/components/tcp_transport/private_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp-tls -I/home/abobkov/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/__idf_tcp_transport.pdb - TARGET_PDB = esp-idf/tcp_transport/libtcp_transport.pdb build esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_socks_proxy.c.obj: C_COMPILER____idf_tcp_transport_unscanned_ /home/abobkov/esp/esp-idf/components/tcp_transport/transport_socks_proxy.c || cmake_object_order_depends_target___idf_tcp_transport DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -13629,8 +12142,6 @@ build esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_socks_p INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/tcp_transport/include -I/home/abobkov/esp/esp-idf/components/tcp_transport/private_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp-tls -I/home/abobkov/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/__idf_tcp_transport.pdb - TARGET_PDB = esp-idf/tcp_transport/libtcp_transport.pdb build esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ws.c.obj: C_COMPILER____idf_tcp_transport_unscanned_ /home/abobkov/esp/esp-idf/components/tcp_transport/transport_ws.c || cmake_object_order_depends_target___idf_tcp_transport DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -13639,8 +12150,6 @@ build esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/transport_ws.c.ob INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/tcp_transport/include -I/home/abobkov/esp/esp-idf/components/tcp_transport/private_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp-tls -I/home/abobkov/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/__idf_tcp_transport.pdb - TARGET_PDB = esp-idf/tcp_transport/libtcp_transport.pdb # ============================================================================= @@ -13655,9 +12164,8 @@ build esp-idf/tcp_transport/libtcp_transport.a: C_STATIC_LIBRARY_LINKER____idf_t OBJECT_DIR = esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir POST_BUILD = : PRE_LINK = : - TARGET_COMPILE_PDB = esp-idf/tcp_transport/CMakeFiles/__idf_tcp_transport.dir/__idf_tcp_transport.pdb TARGET_FILE = esp-idf/tcp_transport/libtcp_transport.a - TARGET_PDB = esp-idf/tcp_transport/libtcp_transport.pdb + TARGET_PDB = tcp_transport.a.dbg ############################################# @@ -13745,8 +12253,6 @@ build esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/esp_http_clie INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_http_client/include -I/home/abobkov/esp/esp-idf/components/esp_http_client/lib/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/tcp_transport/include -I/home/abobkov/esp/esp-idf/components/esp-tls -I/home/abobkov/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/__idf_esp_http_client.pdb - TARGET_PDB = esp-idf/esp_http_client/libesp_http_client.pdb build esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_auth.c.obj: C_COMPILER____idf_esp_http_client_unscanned_ /home/abobkov/esp/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.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -13755,8 +12261,6 @@ build esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_auth INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_http_client/include -I/home/abobkov/esp/esp-idf/components/esp_http_client/lib/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/tcp_transport/include -I/home/abobkov/esp/esp-idf/components/esp-tls -I/home/abobkov/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/__idf_esp_http_client.pdb - TARGET_PDB = esp-idf/esp_http_client/libesp_http_client.pdb build esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_header.c.obj: C_COMPILER____idf_esp_http_client_unscanned_ /home/abobkov/esp/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.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -13765,8 +12269,6 @@ build esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_head INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_http_client/include -I/home/abobkov/esp/esp-idf/components/esp_http_client/lib/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/tcp_transport/include -I/home/abobkov/esp/esp-idf/components/esp-tls -I/home/abobkov/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/__idf_esp_http_client.pdb - TARGET_PDB = esp-idf/esp_http_client/libesp_http_client.pdb build esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_utils.c.obj: C_COMPILER____idf_esp_http_client_unscanned_ /home/abobkov/esp/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.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -13775,8 +12277,6 @@ build esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/lib/http_util INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_http_client/include -I/home/abobkov/esp/esp-idf/components/esp_http_client/lib/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/tcp_transport/include -I/home/abobkov/esp/esp-idf/components/esp-tls -I/home/abobkov/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/__idf_esp_http_client.pdb - TARGET_PDB = esp-idf/esp_http_client/libesp_http_client.pdb # ============================================================================= @@ -13791,9 +12291,8 @@ build esp-idf/esp_http_client/libesp_http_client.a: C_STATIC_LIBRARY_LINKER____i OBJECT_DIR = esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir POST_BUILD = : PRE_LINK = : - TARGET_COMPILE_PDB = esp-idf/esp_http_client/CMakeFiles/__idf_esp_http_client.dir/__idf_esp_http_client.pdb TARGET_FILE = esp-idf/esp_http_client/libesp_http_client.a - TARGET_PDB = esp-idf/esp_http_client/libesp_http_client.pdb + TARGET_PDB = esp_http_client.a.dbg ############################################# @@ -13881,8 +12380,6 @@ build esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_mai INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_http_server/include -I/home/abobkov/esp/esp-idf/components/esp_http_server/src/util -I/home/abobkov/esp/esp-idf/components/esp_http_server/src/port/esp32 -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/http_parser -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/__idf_esp_http_server.pdb - TARGET_PDB = esp-idf/esp_http_server/libesp_http_server.pdb build esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_parse.c.obj: C_COMPILER____idf_esp_http_server_unscanned_ /home/abobkov/esp/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.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -13891,8 +12388,6 @@ build esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_par INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_http_server/include -I/home/abobkov/esp/esp-idf/components/esp_http_server/src/util -I/home/abobkov/esp/esp-idf/components/esp_http_server/src/port/esp32 -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/http_parser -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/__idf_esp_http_server.pdb - TARGET_PDB = esp-idf/esp_http_server/libesp_http_server.pdb build esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_sess.c.obj: C_COMPILER____idf_esp_http_server_unscanned_ /home/abobkov/esp/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.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -13901,8 +12396,6 @@ build esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_ses INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_http_server/include -I/home/abobkov/esp/esp-idf/components/esp_http_server/src/util -I/home/abobkov/esp/esp-idf/components/esp_http_server/src/port/esp32 -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/http_parser -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/__idf_esp_http_server.pdb - TARGET_PDB = esp-idf/esp_http_server/libesp_http_server.pdb build esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_txrx.c.obj: C_COMPILER____idf_esp_http_server_unscanned_ /home/abobkov/esp/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.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -13911,8 +12404,6 @@ build esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_txr INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_http_server/include -I/home/abobkov/esp/esp-idf/components/esp_http_server/src/util -I/home/abobkov/esp/esp-idf/components/esp_http_server/src/port/esp32 -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/http_parser -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/__idf_esp_http_server.pdb - TARGET_PDB = esp-idf/esp_http_server/libesp_http_server.pdb build esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_uri.c.obj: C_COMPILER____idf_esp_http_server_unscanned_ /home/abobkov/esp/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.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -13921,8 +12412,6 @@ build esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_uri INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_http_server/include -I/home/abobkov/esp/esp-idf/components/esp_http_server/src/util -I/home/abobkov/esp/esp-idf/components/esp_http_server/src/port/esp32 -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/http_parser -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/__idf_esp_http_server.pdb - TARGET_PDB = esp-idf/esp_http_server/libesp_http_server.pdb build esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_ws.c.obj: C_COMPILER____idf_esp_http_server_unscanned_ /home/abobkov/esp/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.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -13931,8 +12420,6 @@ build esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/httpd_ws. INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_http_server/include -I/home/abobkov/esp/esp-idf/components/esp_http_server/src/util -I/home/abobkov/esp/esp-idf/components/esp_http_server/src/port/esp32 -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/http_parser -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/__idf_esp_http_server.pdb - TARGET_PDB = esp-idf/esp_http_server/libesp_http_server.pdb 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_ /home/abobkov/esp/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.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -13941,8 +12428,6 @@ build esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/src/util/ctrl INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_http_server/include -I/home/abobkov/esp/esp-idf/components/esp_http_server/src/util -I/home/abobkov/esp/esp-idf/components/esp_http_server/src/port/esp32 -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/http_parser -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/__idf_esp_http_server.pdb - TARGET_PDB = esp-idf/esp_http_server/libesp_http_server.pdb # ============================================================================= @@ -13957,9 +12442,8 @@ build esp-idf/esp_http_server/libesp_http_server.a: C_STATIC_LIBRARY_LINKER____i OBJECT_DIR = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir POST_BUILD = : PRE_LINK = : - TARGET_COMPILE_PDB = esp-idf/esp_http_server/CMakeFiles/__idf_esp_http_server.dir/__idf_esp_http_server.pdb TARGET_FILE = esp-idf/esp_http_server/libesp_http_server.a - TARGET_PDB = esp-idf/esp_http_server/libesp_http_server.pdb + TARGET_PDB = esp_http_server.a.dbg ############################################# @@ -14047,8 +12531,6 @@ build esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir/src/esp_https_ota INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_https_ota/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_http_client/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -I/home/abobkov/esp/esp-idf/components/app_update/include -I/home/abobkov/esp/esp-idf/components/esp_bootloader_format/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir/__idf_esp_https_ota.pdb - TARGET_PDB = esp-idf/esp_https_ota/libesp_https_ota.pdb # ============================================================================= @@ -14063,9 +12545,8 @@ build esp-idf/esp_https_ota/libesp_https_ota.a: C_STATIC_LIBRARY_LINKER____idf_e OBJECT_DIR = esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir POST_BUILD = : PRE_LINK = : - TARGET_COMPILE_PDB = esp-idf/esp_https_ota/CMakeFiles/__idf_esp_https_ota.dir/__idf_esp_https_ota.pdb TARGET_FILE = esp-idf/esp_https_ota/libesp_https_ota.a - TARGET_PDB = esp-idf/esp_https_ota/libesp_https_ota.pdb + TARGET_PDB = esp_https_ota.a.dbg ############################################# @@ -14293,8 +12774,6 @@ build esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_common.c.obj: C_C INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_lcd/include -I/home/abobkov/esp/esp-idf/components/esp_lcd/interface -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/__idf_esp_lcd.pdb - TARGET_PDB = esp-idf/esp_lcd/libesp_lcd.pdb build esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io.c.obj: C_COMPILER____idf_esp_lcd_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -14303,8 +12782,6 @@ build esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io.c.obj: C INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_lcd/include -I/home/abobkov/esp/esp-idf/components/esp_lcd/interface -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/__idf_esp_lcd.pdb - TARGET_PDB = esp-idf/esp_lcd/libesp_lcd.pdb build esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io_i2c_v1.c.obj: C_COMPILER____idf_esp_lcd_unscanned_ /home/abobkov/esp/esp-idf/components/esp_lcd/src/esp_lcd_panel_io_i2c_v1.c || cmake_object_order_depends_target___idf_esp_lcd DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -14313,8 +12790,6 @@ build esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io_i2c_v1.c INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_lcd/include -I/home/abobkov/esp/esp-idf/components/esp_lcd/interface -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/__idf_esp_lcd.pdb - TARGET_PDB = esp-idf/esp_lcd/libesp_lcd.pdb build esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io_i2c_v2.c.obj: C_COMPILER____idf_esp_lcd_unscanned_ /home/abobkov/esp/esp-idf/components/esp_lcd/src/esp_lcd_panel_io_i2c_v2.c || cmake_object_order_depends_target___idf_esp_lcd DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -14323,8 +12798,6 @@ build esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io_i2c_v2.c INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_lcd/include -I/home/abobkov/esp/esp-idf/components/esp_lcd/interface -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/__idf_esp_lcd.pdb - TARGET_PDB = esp-idf/esp_lcd/libesp_lcd.pdb build esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io_spi.c.obj: C_COMPILER____idf_esp_lcd_unscanned_ /home/abobkov/esp/esp-idf/components/esp_lcd/src/esp_lcd_panel_io_spi.c || cmake_object_order_depends_target___idf_esp_lcd DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -14333,8 +12806,6 @@ build esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_io_spi.c.ob INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_lcd/include -I/home/abobkov/esp/esp-idf/components/esp_lcd/interface -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/__idf_esp_lcd.pdb - TARGET_PDB = esp-idf/esp_lcd/libesp_lcd.pdb build esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_nt35510.c.obj: C_COMPILER____idf_esp_lcd_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -14343,8 +12814,6 @@ build esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_nt35510.c.o INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_lcd/include -I/home/abobkov/esp/esp-idf/components/esp_lcd/interface -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/__idf_esp_lcd.pdb - TARGET_PDB = esp-idf/esp_lcd/libesp_lcd.pdb build esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ssd1306.c.obj: C_COMPILER____idf_esp_lcd_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -14353,8 +12822,6 @@ build esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ssd1306.c.o INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_lcd/include -I/home/abobkov/esp/esp-idf/components/esp_lcd/interface -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/__idf_esp_lcd.pdb - TARGET_PDB = esp-idf/esp_lcd/libesp_lcd.pdb build esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_st7789.c.obj: C_COMPILER____idf_esp_lcd_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -14363,8 +12830,6 @@ build esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_st7789.c.ob INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_lcd/include -I/home/abobkov/esp/esp-idf/components/esp_lcd/interface -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/__idf_esp_lcd.pdb - TARGET_PDB = esp-idf/esp_lcd/libesp_lcd.pdb build esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ops.c.obj: C_COMPILER____idf_esp_lcd_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -14373,8 +12838,6 @@ build esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/src/esp_lcd_panel_ops.c.obj: INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_lcd/include -I/home/abobkov/esp/esp-idf/components/esp_lcd/interface -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/__idf_esp_lcd.pdb - TARGET_PDB = esp-idf/esp_lcd/libesp_lcd.pdb # ============================================================================= @@ -14389,9 +12852,8 @@ build esp-idf/esp_lcd/libesp_lcd.a: C_STATIC_LIBRARY_LINKER____idf_esp_lcd_ esp- OBJECT_DIR = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir POST_BUILD = : PRE_LINK = : - TARGET_COMPILE_PDB = esp-idf/esp_lcd/CMakeFiles/__idf_esp_lcd.dir/__idf_esp_lcd.pdb TARGET_FILE = esp-idf/esp_lcd/libesp_lcd.a - TARGET_PDB = esp-idf/esp_lcd/libesp_lcd.pdb + TARGET_PDB = esp_lcd.a.dbg ############################################# @@ -14479,8 +12941,6 @@ build esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir/protobuf-c/protobuf-c/p INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir/__idf_protobuf-c.pdb - TARGET_PDB = esp-idf/protobuf-c/libprotobuf-c.pdb # ============================================================================= @@ -14495,9 +12955,8 @@ build esp-idf/protobuf-c/libprotobuf-c.a: C_STATIC_LIBRARY_LINKER____idf_protobu OBJECT_DIR = esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir POST_BUILD = : PRE_LINK = : - TARGET_COMPILE_PDB = esp-idf/protobuf-c/CMakeFiles/__idf_protobuf-c.dir/__idf_protobuf-c.pdb TARGET_FILE = esp-idf/protobuf-c/libprotobuf-c.a - TARGET_PDB = esp-idf/protobuf-c/libprotobuf-c.pdb + TARGET_PDB = protobuf-c.a.dbg ############################################# @@ -14585,8 +13044,6 @@ build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/common/protocomm.c.ob INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/protocomm/include/common -I/home/abobkov/esp/esp-idf/components/protocomm/include/security -I/home/abobkov/esp/esp-idf/components/protocomm/include/transports -I/home/abobkov/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/abobkov/esp/esp-idf/components/protocomm/proto-c -I/home/abobkov/esp/esp-idf/components/protocomm/src/common -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_netif/include -I/home/abobkov/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/console -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_http_server/include -I/home/abobkov/esp/esp-idf/components/http_parser -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir OBJECT_FILE_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/common - TARGET_COMPILE_PDB = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/__idf_protocomm.pdb - TARGET_PDB = esp-idf/protocomm/libprotocomm.pdb build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/constants.pb-c.c.obj: C_COMPILER____idf_protocomm_unscanned_ /home/abobkov/esp/esp-idf/components/protocomm/proto-c/constants.pb-c.c || cmake_object_order_depends_target___idf_protocomm DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -14595,8 +13052,6 @@ build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/constants.pb-c.c. INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/protocomm/include/common -I/home/abobkov/esp/esp-idf/components/protocomm/include/security -I/home/abobkov/esp/esp-idf/components/protocomm/include/transports -I/home/abobkov/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/abobkov/esp/esp-idf/components/protocomm/proto-c -I/home/abobkov/esp/esp-idf/components/protocomm/src/common -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_netif/include -I/home/abobkov/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/console -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_http_server/include -I/home/abobkov/esp/esp-idf/components/http_parser -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir OBJECT_FILE_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c - TARGET_COMPILE_PDB = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/__idf_protocomm.pdb - TARGET_PDB = esp-idf/protocomm/libprotocomm.pdb build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec0.pb-c.c.obj: C_COMPILER____idf_protocomm_unscanned_ /home/abobkov/esp/esp-idf/components/protocomm/proto-c/sec0.pb-c.c || cmake_object_order_depends_target___idf_protocomm DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -14605,8 +13060,6 @@ build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec0.pb-c.c.obj: INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/protocomm/include/common -I/home/abobkov/esp/esp-idf/components/protocomm/include/security -I/home/abobkov/esp/esp-idf/components/protocomm/include/transports -I/home/abobkov/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/abobkov/esp/esp-idf/components/protocomm/proto-c -I/home/abobkov/esp/esp-idf/components/protocomm/src/common -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_netif/include -I/home/abobkov/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/console -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_http_server/include -I/home/abobkov/esp/esp-idf/components/http_parser -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir OBJECT_FILE_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c - TARGET_COMPILE_PDB = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/__idf_protocomm.pdb - TARGET_PDB = esp-idf/protocomm/libprotocomm.pdb build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec1.pb-c.c.obj: C_COMPILER____idf_protocomm_unscanned_ /home/abobkov/esp/esp-idf/components/protocomm/proto-c/sec1.pb-c.c || cmake_object_order_depends_target___idf_protocomm DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -14615,8 +13068,6 @@ build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec1.pb-c.c.obj: INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/protocomm/include/common -I/home/abobkov/esp/esp-idf/components/protocomm/include/security -I/home/abobkov/esp/esp-idf/components/protocomm/include/transports -I/home/abobkov/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/abobkov/esp/esp-idf/components/protocomm/proto-c -I/home/abobkov/esp/esp-idf/components/protocomm/src/common -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_netif/include -I/home/abobkov/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/console -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_http_server/include -I/home/abobkov/esp/esp-idf/components/http_parser -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir OBJECT_FILE_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c - TARGET_COMPILE_PDB = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/__idf_protocomm.pdb - TARGET_PDB = esp-idf/protocomm/libprotocomm.pdb build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec2.pb-c.c.obj: C_COMPILER____idf_protocomm_unscanned_ /home/abobkov/esp/esp-idf/components/protocomm/proto-c/sec2.pb-c.c || cmake_object_order_depends_target___idf_protocomm DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -14625,8 +13076,6 @@ build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/sec2.pb-c.c.obj: INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/protocomm/include/common -I/home/abobkov/esp/esp-idf/components/protocomm/include/security -I/home/abobkov/esp/esp-idf/components/protocomm/include/transports -I/home/abobkov/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/abobkov/esp/esp-idf/components/protocomm/proto-c -I/home/abobkov/esp/esp-idf/components/protocomm/src/common -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_netif/include -I/home/abobkov/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/console -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_http_server/include -I/home/abobkov/esp/esp-idf/components/http_parser -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir OBJECT_FILE_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c - TARGET_COMPILE_PDB = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/__idf_protocomm.pdb - TARGET_PDB = esp-idf/protocomm/libprotocomm.pdb build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/session.pb-c.c.obj: C_COMPILER____idf_protocomm_unscanned_ /home/abobkov/esp/esp-idf/components/protocomm/proto-c/session.pb-c.c || cmake_object_order_depends_target___idf_protocomm DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -14635,8 +13084,6 @@ build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c/session.pb-c.c.ob INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/protocomm/include/common -I/home/abobkov/esp/esp-idf/components/protocomm/include/security -I/home/abobkov/esp/esp-idf/components/protocomm/include/transports -I/home/abobkov/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/abobkov/esp/esp-idf/components/protocomm/proto-c -I/home/abobkov/esp/esp-idf/components/protocomm/src/common -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_netif/include -I/home/abobkov/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/console -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_http_server/include -I/home/abobkov/esp/esp-idf/components/http_parser -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir OBJECT_FILE_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/proto-c - TARGET_COMPILE_PDB = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/__idf_protocomm.pdb - TARGET_PDB = esp-idf/protocomm/libprotocomm.pdb build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_console.c.obj: C_COMPILER____idf_protocomm_unscanned_ /home/abobkov/esp/esp-idf/components/protocomm/src/transports/protocomm_console.c || cmake_object_order_depends_target___idf_protocomm DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -14645,8 +13092,6 @@ build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/protocomm/include/common -I/home/abobkov/esp/esp-idf/components/protocomm/include/security -I/home/abobkov/esp/esp-idf/components/protocomm/include/transports -I/home/abobkov/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/abobkov/esp/esp-idf/components/protocomm/proto-c -I/home/abobkov/esp/esp-idf/components/protocomm/src/common -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_netif/include -I/home/abobkov/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/console -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_http_server/include -I/home/abobkov/esp/esp-idf/components/http_parser -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir OBJECT_FILE_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports - TARGET_COMPILE_PDB = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/__idf_protocomm.pdb - TARGET_PDB = esp-idf/protocomm/libprotocomm.pdb build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_httpd.c.obj: C_COMPILER____idf_protocomm_unscanned_ /home/abobkov/esp/esp-idf/components/protocomm/src/transports/protocomm_httpd.c || cmake_object_order_depends_target___idf_protocomm DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -14655,8 +13100,6 @@ build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports/protocomm_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/protocomm/include/common -I/home/abobkov/esp/esp-idf/components/protocomm/include/security -I/home/abobkov/esp/esp-idf/components/protocomm/include/transports -I/home/abobkov/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/abobkov/esp/esp-idf/components/protocomm/proto-c -I/home/abobkov/esp/esp-idf/components/protocomm/src/common -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_netif/include -I/home/abobkov/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/console -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_http_server/include -I/home/abobkov/esp/esp-idf/components/http_parser -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir OBJECT_FILE_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/transports - TARGET_COMPILE_PDB = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/__idf_protocomm.pdb - TARGET_PDB = esp-idf/protocomm/libprotocomm.pdb build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security0.c.obj: C_COMPILER____idf_protocomm_unscanned_ /home/abobkov/esp/esp-idf/components/protocomm/src/security/security0.c || cmake_object_order_depends_target___idf_protocomm DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -14665,8 +13108,6 @@ build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security0.c. INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/protocomm/include/common -I/home/abobkov/esp/esp-idf/components/protocomm/include/security -I/home/abobkov/esp/esp-idf/components/protocomm/include/transports -I/home/abobkov/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/abobkov/esp/esp-idf/components/protocomm/proto-c -I/home/abobkov/esp/esp-idf/components/protocomm/src/common -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_netif/include -I/home/abobkov/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/console -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_http_server/include -I/home/abobkov/esp/esp-idf/components/http_parser -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir OBJECT_FILE_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security - TARGET_COMPILE_PDB = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/__idf_protocomm.pdb - TARGET_PDB = esp-idf/protocomm/libprotocomm.pdb build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security1.c.obj: C_COMPILER____idf_protocomm_unscanned_ /home/abobkov/esp/esp-idf/components/protocomm/src/security/security1.c || cmake_object_order_depends_target___idf_protocomm DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -14675,8 +13116,6 @@ build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security1.c. INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/protocomm/include/common -I/home/abobkov/esp/esp-idf/components/protocomm/include/security -I/home/abobkov/esp/esp-idf/components/protocomm/include/transports -I/home/abobkov/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/abobkov/esp/esp-idf/components/protocomm/proto-c -I/home/abobkov/esp/esp-idf/components/protocomm/src/common -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_netif/include -I/home/abobkov/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/console -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_http_server/include -I/home/abobkov/esp/esp-idf/components/http_parser -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir OBJECT_FILE_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security - TARGET_COMPILE_PDB = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/__idf_protocomm.pdb - TARGET_PDB = esp-idf/protocomm/libprotocomm.pdb build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security2.c.obj: C_COMPILER____idf_protocomm_unscanned_ /home/abobkov/esp/esp-idf/components/protocomm/src/security/security2.c || cmake_object_order_depends_target___idf_protocomm DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -14685,8 +13124,6 @@ build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security/security2.c. INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/protocomm/include/common -I/home/abobkov/esp/esp-idf/components/protocomm/include/security -I/home/abobkov/esp/esp-idf/components/protocomm/include/transports -I/home/abobkov/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/abobkov/esp/esp-idf/components/protocomm/proto-c -I/home/abobkov/esp/esp-idf/components/protocomm/src/common -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_netif/include -I/home/abobkov/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/console -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_http_server/include -I/home/abobkov/esp/esp-idf/components/http_parser -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir OBJECT_FILE_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/security - TARGET_COMPILE_PDB = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/__idf_protocomm.pdb - TARGET_PDB = esp-idf/protocomm/libprotocomm.pdb build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp.c.obj: C_COMPILER____idf_protocomm_unscanned_ /home/abobkov/esp/esp-idf/components/protocomm/src/crypto/srp6a/esp_srp.c || cmake_object_order_depends_target___idf_protocomm DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -14695,8 +13132,6 @@ build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp. INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/protocomm/include/common -I/home/abobkov/esp/esp-idf/components/protocomm/include/security -I/home/abobkov/esp/esp-idf/components/protocomm/include/transports -I/home/abobkov/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/abobkov/esp/esp-idf/components/protocomm/proto-c -I/home/abobkov/esp/esp-idf/components/protocomm/src/common -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_netif/include -I/home/abobkov/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/console -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_http_server/include -I/home/abobkov/esp/esp-idf/components/http_parser -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir OBJECT_FILE_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a - TARGET_COMPILE_PDB = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/__idf_protocomm.pdb - TARGET_PDB = esp-idf/protocomm/libprotocomm.pdb build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp_mpi.c.obj: C_COMPILER____idf_protocomm_unscanned_ /home/abobkov/esp/esp-idf/components/protocomm/src/crypto/srp6a/esp_srp_mpi.c || cmake_object_order_depends_target___idf_protocomm DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -14705,8 +13140,6 @@ build esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a/esp_srp_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/protocomm/include/common -I/home/abobkov/esp/esp-idf/components/protocomm/include/security -I/home/abobkov/esp/esp-idf/components/protocomm/include/transports -I/home/abobkov/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/abobkov/esp/esp-idf/components/protocomm/proto-c -I/home/abobkov/esp/esp-idf/components/protocomm/src/common -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_netif/include -I/home/abobkov/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/console -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_http_server/include -I/home/abobkov/esp/esp-idf/components/http_parser -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir OBJECT_FILE_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/src/crypto/srp6a - TARGET_COMPILE_PDB = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/__idf_protocomm.pdb - TARGET_PDB = esp-idf/protocomm/libprotocomm.pdb # ============================================================================= @@ -14721,9 +13154,8 @@ build esp-idf/protocomm/libprotocomm.a: C_STATIC_LIBRARY_LINKER____idf_protocomm OBJECT_DIR = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir POST_BUILD = : PRE_LINK = : - TARGET_COMPILE_PDB = esp-idf/protocomm/CMakeFiles/__idf_protocomm.dir/__idf_protocomm.pdb TARGET_FILE = esp-idf/protocomm/libprotocomm.a - TARGET_PDB = esp-idf/protocomm/libprotocomm.pdb + TARGET_PDB = protocomm.a.dbg ############################################# @@ -14811,8 +13243,6 @@ build esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_c INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_local_ctrl/include -I/home/abobkov/esp/esp-idf/components/esp_local_ctrl/proto-c -I/home/abobkov/esp/esp-idf/components/esp_local_ctrl/src -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/protocomm/include/common -I/home/abobkov/esp/esp-idf/components/protocomm/include/security -I/home/abobkov/esp/esp-idf/components/protocomm/include/transports -I/home/abobkov/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/abobkov/esp/esp-idf/components/protocomm/proto-c -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_netif/include -I/home/abobkov/esp/esp-idf/components/esp_http_server/include -I/home/abobkov/esp/esp-idf/components/http_parser -I/home/abobkov/esp/esp-idf/components/esp-tls -I/home/abobkov/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/__idf_esp_local_ctrl.pdb - TARGET_PDB = esp-idf/esp_local_ctrl/libesp_local_ctrl.pdb 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_ /home/abobkov/esp/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.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -14821,8 +13251,6 @@ build esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_c INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_local_ctrl/include -I/home/abobkov/esp/esp-idf/components/esp_local_ctrl/proto-c -I/home/abobkov/esp/esp-idf/components/esp_local_ctrl/src -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/protocomm/include/common -I/home/abobkov/esp/esp-idf/components/protocomm/include/security -I/home/abobkov/esp/esp-idf/components/protocomm/include/transports -I/home/abobkov/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/abobkov/esp/esp-idf/components/protocomm/proto-c -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_netif/include -I/home/abobkov/esp/esp-idf/components/esp_http_server/include -I/home/abobkov/esp/esp-idf/components/http_parser -I/home/abobkov/esp/esp-idf/components/esp-tls -I/home/abobkov/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/__idf_esp_local_ctrl.pdb - TARGET_PDB = esp-idf/esp_local_ctrl/libesp_local_ctrl.pdb 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_ /home/abobkov/esp/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.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -14831,8 +13259,6 @@ build esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/proto-c/esp_loc INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_local_ctrl/include -I/home/abobkov/esp/esp-idf/components/esp_local_ctrl/proto-c -I/home/abobkov/esp/esp-idf/components/esp_local_ctrl/src -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/protocomm/include/common -I/home/abobkov/esp/esp-idf/components/protocomm/include/security -I/home/abobkov/esp/esp-idf/components/protocomm/include/transports -I/home/abobkov/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/abobkov/esp/esp-idf/components/protocomm/proto-c -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_netif/include -I/home/abobkov/esp/esp-idf/components/esp_http_server/include -I/home/abobkov/esp/esp-idf/components/http_parser -I/home/abobkov/esp/esp-idf/components/esp-tls -I/home/abobkov/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/__idf_esp_local_ctrl.pdb - TARGET_PDB = esp-idf/esp_local_ctrl/libesp_local_ctrl.pdb 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_ /home/abobkov/esp/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.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -14841,8 +13267,6 @@ build esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/src/esp_local_c INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_local_ctrl/include -I/home/abobkov/esp/esp-idf/components/esp_local_ctrl/proto-c -I/home/abobkov/esp/esp-idf/components/esp_local_ctrl/src -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/protocomm/include/common -I/home/abobkov/esp/esp-idf/components/protocomm/include/security -I/home/abobkov/esp/esp-idf/components/protocomm/include/transports -I/home/abobkov/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/abobkov/esp/esp-idf/components/protocomm/proto-c -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_netif/include -I/home/abobkov/esp/esp-idf/components/esp_http_server/include -I/home/abobkov/esp/esp-idf/components/http_parser -I/home/abobkov/esp/esp-idf/components/esp-tls -I/home/abobkov/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/__idf_esp_local_ctrl.pdb - TARGET_PDB = esp-idf/esp_local_ctrl/libesp_local_ctrl.pdb # ============================================================================= @@ -14857,9 +13281,8 @@ build esp-idf/esp_local_ctrl/libesp_local_ctrl.a: C_STATIC_LIBRARY_LINKER____idf OBJECT_DIR = esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir POST_BUILD = : PRE_LINK = : - TARGET_COMPILE_PDB = esp-idf/esp_local_ctrl/CMakeFiles/__idf_esp_local_ctrl.dir/__idf_esp_local_ctrl.pdb TARGET_FILE = esp-idf/esp_local_ctrl/libesp_local_ctrl.a - TARGET_PDB = esp-idf/esp_local_ctrl/libesp_local_ctrl.pdb + TARGET_PDB = esp_local_ctrl.a.dbg ############################################# @@ -14947,8 +13370,6 @@ build esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_common. INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/espcoredump/include -I/home/abobkov/esp/esp-idf/components/espcoredump/include/port/riscv -I/home/abobkov/esp/esp-idf/components/espcoredump/include_core_dump -I/home/abobkov/esp/esp-idf/components/espcoredump/include_core_dump/port/riscv -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir OBJECT_FILE_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src - TARGET_COMPILE_PDB = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/__idf_espcoredump.pdb - TARGET_PDB = esp-idf/espcoredump/libespcoredump.pdb build esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_flash.c.obj: C_COMPILER____idf_espcoredump_unscanned_ /home/abobkov/esp/esp-idf/components/espcoredump/src/core_dump_flash.c || cmake_object_order_depends_target___idf_espcoredump DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -14957,8 +13378,6 @@ build esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_flash.c INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/espcoredump/include -I/home/abobkov/esp/esp-idf/components/espcoredump/include/port/riscv -I/home/abobkov/esp/esp-idf/components/espcoredump/include_core_dump -I/home/abobkov/esp/esp-idf/components/espcoredump/include_core_dump/port/riscv -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir OBJECT_FILE_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src - TARGET_COMPILE_PDB = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/__idf_espcoredump.pdb - TARGET_PDB = esp-idf/espcoredump/libespcoredump.pdb build esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_uart.c.obj: C_COMPILER____idf_espcoredump_unscanned_ /home/abobkov/esp/esp-idf/components/espcoredump/src/core_dump_uart.c || cmake_object_order_depends_target___idf_espcoredump DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -14967,8 +13386,6 @@ build esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_uart.c. INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/espcoredump/include -I/home/abobkov/esp/esp-idf/components/espcoredump/include/port/riscv -I/home/abobkov/esp/esp-idf/components/espcoredump/include_core_dump -I/home/abobkov/esp/esp-idf/components/espcoredump/include_core_dump/port/riscv -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir OBJECT_FILE_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src - TARGET_COMPILE_PDB = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/__idf_espcoredump.pdb - TARGET_PDB = esp-idf/espcoredump/libespcoredump.pdb build esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_elf.c.obj: C_COMPILER____idf_espcoredump_unscanned_ /home/abobkov/esp/esp-idf/components/espcoredump/src/core_dump_elf.c || cmake_object_order_depends_target___idf_espcoredump DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -14977,8 +13394,6 @@ build esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_elf.c.o INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/espcoredump/include -I/home/abobkov/esp/esp-idf/components/espcoredump/include/port/riscv -I/home/abobkov/esp/esp-idf/components/espcoredump/include_core_dump -I/home/abobkov/esp/esp-idf/components/espcoredump/include_core_dump/port/riscv -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir OBJECT_FILE_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src - TARGET_COMPILE_PDB = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/__idf_espcoredump.pdb - TARGET_PDB = esp-idf/espcoredump/libespcoredump.pdb build esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_binary.c.obj: C_COMPILER____idf_espcoredump_unscanned_ /home/abobkov/esp/esp-idf/components/espcoredump/src/core_dump_binary.c || cmake_object_order_depends_target___idf_espcoredump DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -14987,8 +13402,6 @@ build esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_binary. INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/espcoredump/include -I/home/abobkov/esp/esp-idf/components/espcoredump/include/port/riscv -I/home/abobkov/esp/esp-idf/components/espcoredump/include_core_dump -I/home/abobkov/esp/esp-idf/components/espcoredump/include_core_dump/port/riscv -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir OBJECT_FILE_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src - TARGET_COMPILE_PDB = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/__idf_espcoredump.pdb - TARGET_PDB = esp-idf/espcoredump/libespcoredump.pdb build esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_sha.c.obj: C_COMPILER____idf_espcoredump_unscanned_ /home/abobkov/esp/esp-idf/components/espcoredump/src/core_dump_sha.c || cmake_object_order_depends_target___idf_espcoredump DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -14997,8 +13410,6 @@ build esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_sha.c.o INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/espcoredump/include -I/home/abobkov/esp/esp-idf/components/espcoredump/include/port/riscv -I/home/abobkov/esp/esp-idf/components/espcoredump/include_core_dump -I/home/abobkov/esp/esp-idf/components/espcoredump/include_core_dump/port/riscv -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir OBJECT_FILE_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src - TARGET_COMPILE_PDB = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/__idf_espcoredump.pdb - TARGET_PDB = esp-idf/espcoredump/libespcoredump.pdb build esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_crc.c.obj: C_COMPILER____idf_espcoredump_unscanned_ /home/abobkov/esp/esp-idf/components/espcoredump/src/core_dump_crc.c || cmake_object_order_depends_target___idf_espcoredump DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -15007,8 +13418,6 @@ build esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/core_dump_crc.c.o INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/espcoredump/include -I/home/abobkov/esp/esp-idf/components/espcoredump/include/port/riscv -I/home/abobkov/esp/esp-idf/components/espcoredump/include_core_dump -I/home/abobkov/esp/esp-idf/components/espcoredump/include_core_dump/port/riscv -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir OBJECT_FILE_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src - TARGET_COMPILE_PDB = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/__idf_espcoredump.pdb - TARGET_PDB = esp-idf/espcoredump/libespcoredump.pdb build esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/port/riscv/core_dump_port.c.obj: C_COMPILER____idf_espcoredump_unscanned_ /home/abobkov/esp/esp-idf/components/espcoredump/src/port/riscv/core_dump_port.c || cmake_object_order_depends_target___idf_espcoredump DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -15017,8 +13426,6 @@ build esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/port/riscv/core_d INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/espcoredump/include -I/home/abobkov/esp/esp-idf/components/espcoredump/include/port/riscv -I/home/abobkov/esp/esp-idf/components/espcoredump/include_core_dump -I/home/abobkov/esp/esp-idf/components/espcoredump/include_core_dump/port/riscv -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir OBJECT_FILE_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/src/port/riscv - TARGET_COMPILE_PDB = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/__idf_espcoredump.pdb - TARGET_PDB = esp-idf/espcoredump/libespcoredump.pdb # ============================================================================= @@ -15033,9 +13440,8 @@ build esp-idf/espcoredump/libespcoredump.a: C_STATIC_LIBRARY_LINKER____idf_espco OBJECT_DIR = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir POST_BUILD = : PRE_LINK = : - TARGET_COMPILE_PDB = esp-idf/espcoredump/CMakeFiles/__idf_espcoredump.dir/__idf_espcoredump.pdb TARGET_FILE = esp-idf/espcoredump/libespcoredump.a - TARGET_PDB = esp-idf/espcoredump/libespcoredump.pdb + TARGET_PDB = espcoredump.a.dbg ############################################# @@ -15123,8 +13529,6 @@ build esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/Partition.cpp.o INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wear_levelling/include -I/home/abobkov/esp/esp-idf/components/wear_levelling/private_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/__idf_wear_levelling.pdb - TARGET_PDB = esp-idf/wear_levelling/libwear_levelling.pdb build esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/SPI_Flash.cpp.obj: CXX_COMPILER____idf_wear_levelling_unscanned_ /home/abobkov/esp/esp-idf/components/wear_levelling/SPI_Flash.cpp || cmake_object_order_depends_target___idf_wear_levelling DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -15133,8 +13537,6 @@ build esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/SPI_Flash.cpp.o INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wear_levelling/include -I/home/abobkov/esp/esp-idf/components/wear_levelling/private_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/__idf_wear_levelling.pdb - TARGET_PDB = esp-idf/wear_levelling/libwear_levelling.pdb build esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Perf.cpp.obj: CXX_COMPILER____idf_wear_levelling_unscanned_ /home/abobkov/esp/esp-idf/components/wear_levelling/WL_Ext_Perf.cpp || cmake_object_order_depends_target___idf_wear_levelling DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -15143,8 +13545,6 @@ build esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Perf.cpp INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wear_levelling/include -I/home/abobkov/esp/esp-idf/components/wear_levelling/private_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/__idf_wear_levelling.pdb - TARGET_PDB = esp-idf/wear_levelling/libwear_levelling.pdb build esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Safe.cpp.obj: CXX_COMPILER____idf_wear_levelling_unscanned_ /home/abobkov/esp/esp-idf/components/wear_levelling/WL_Ext_Safe.cpp || cmake_object_order_depends_target___idf_wear_levelling DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -15153,8 +13553,6 @@ build esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Ext_Safe.cpp INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wear_levelling/include -I/home/abobkov/esp/esp-idf/components/wear_levelling/private_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/__idf_wear_levelling.pdb - TARGET_PDB = esp-idf/wear_levelling/libwear_levelling.pdb build esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Flash.cpp.obj: CXX_COMPILER____idf_wear_levelling_unscanned_ /home/abobkov/esp/esp-idf/components/wear_levelling/WL_Flash.cpp || cmake_object_order_depends_target___idf_wear_levelling DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -15163,8 +13561,6 @@ build esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/WL_Flash.cpp.ob INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wear_levelling/include -I/home/abobkov/esp/esp-idf/components/wear_levelling/private_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/__idf_wear_levelling.pdb - TARGET_PDB = esp-idf/wear_levelling/libwear_levelling.pdb build esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/crc32.cpp.obj: CXX_COMPILER____idf_wear_levelling_unscanned_ /home/abobkov/esp/esp-idf/components/wear_levelling/crc32.cpp || cmake_object_order_depends_target___idf_wear_levelling DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -15173,8 +13569,6 @@ build esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/crc32.cpp.obj: INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wear_levelling/include -I/home/abobkov/esp/esp-idf/components/wear_levelling/private_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/__idf_wear_levelling.pdb - TARGET_PDB = esp-idf/wear_levelling/libwear_levelling.pdb build esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/wear_levelling.cpp.obj: CXX_COMPILER____idf_wear_levelling_unscanned_ /home/abobkov/esp/esp-idf/components/wear_levelling/wear_levelling.cpp || cmake_object_order_depends_target___idf_wear_levelling DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -15183,8 +13577,6 @@ build esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/wear_levelling. INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wear_levelling/include -I/home/abobkov/esp/esp-idf/components/wear_levelling/private_include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/__idf_wear_levelling.pdb - TARGET_PDB = esp-idf/wear_levelling/libwear_levelling.pdb # ============================================================================= @@ -15199,9 +13591,8 @@ build esp-idf/wear_levelling/libwear_levelling.a: C_STATIC_LIBRARY_LINKER____idf OBJECT_DIR = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir POST_BUILD = : PRE_LINK = : - TARGET_COMPILE_PDB = esp-idf/wear_levelling/CMakeFiles/__idf_wear_levelling.dir/__idf_wear_levelling.pdb TARGET_FILE = esp-idf/wear_levelling/libwear_levelling.a - TARGET_PDB = esp-idf/wear_levelling/libwear_levelling.pdb + TARGET_PDB = wear_levelling.a.dbg ############################################# @@ -15289,8 +13680,6 @@ build esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_cmd.c.obj: C_COMPILER____id INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include OBJECT_DIR = esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir OBJECT_FILE_DIR = esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir - TARGET_COMPILE_PDB = esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/__idf_sdmmc.pdb - TARGET_PDB = esp-idf/sdmmc/libsdmmc.pdb build esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_common.c.obj: C_COMPILER____idf_sdmmc_unscanned_ /home/abobkov/esp/esp-idf/components/sdmmc/sdmmc_common.c || cmake_object_order_depends_target___idf_sdmmc DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -15299,8 +13688,6 @@ build esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_common.c.obj: C_COMPILER___ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include OBJECT_DIR = esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir OBJECT_FILE_DIR = esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir - TARGET_COMPILE_PDB = esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/__idf_sdmmc.pdb - TARGET_PDB = esp-idf/sdmmc/libsdmmc.pdb build esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_init.c.obj: C_COMPILER____idf_sdmmc_unscanned_ /home/abobkov/esp/esp-idf/components/sdmmc/sdmmc_init.c || cmake_object_order_depends_target___idf_sdmmc DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -15309,8 +13696,6 @@ build esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_init.c.obj: C_COMPILER____i INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include OBJECT_DIR = esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir OBJECT_FILE_DIR = esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir - TARGET_COMPILE_PDB = esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/__idf_sdmmc.pdb - TARGET_PDB = esp-idf/sdmmc/libsdmmc.pdb build esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_io.c.obj: C_COMPILER____idf_sdmmc_unscanned_ /home/abobkov/esp/esp-idf/components/sdmmc/sdmmc_io.c || cmake_object_order_depends_target___idf_sdmmc DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -15319,8 +13704,6 @@ build esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_io.c.obj: C_COMPILER____idf INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include OBJECT_DIR = esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir OBJECT_FILE_DIR = esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir - TARGET_COMPILE_PDB = esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/__idf_sdmmc.pdb - TARGET_PDB = esp-idf/sdmmc/libsdmmc.pdb build esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_mmc.c.obj: C_COMPILER____idf_sdmmc_unscanned_ /home/abobkov/esp/esp-idf/components/sdmmc/sdmmc_mmc.c || cmake_object_order_depends_target___idf_sdmmc DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -15329,8 +13712,6 @@ build esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_mmc.c.obj: C_COMPILER____id INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include OBJECT_DIR = esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir OBJECT_FILE_DIR = esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir - TARGET_COMPILE_PDB = esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/__idf_sdmmc.pdb - TARGET_PDB = esp-idf/sdmmc/libsdmmc.pdb build esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_sd.c.obj: C_COMPILER____idf_sdmmc_unscanned_ /home/abobkov/esp/esp-idf/components/sdmmc/sdmmc_sd.c || cmake_object_order_depends_target___idf_sdmmc DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -15339,8 +13720,6 @@ build esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/sdmmc_sd.c.obj: C_COMPILER____idf INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include OBJECT_DIR = esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir OBJECT_FILE_DIR = esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir - TARGET_COMPILE_PDB = esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/__idf_sdmmc.pdb - TARGET_PDB = esp-idf/sdmmc/libsdmmc.pdb # ============================================================================= @@ -15355,9 +13734,8 @@ build esp-idf/sdmmc/libsdmmc.a: C_STATIC_LIBRARY_LINKER____idf_sdmmc_ esp-idf/sd OBJECT_DIR = esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir POST_BUILD = : PRE_LINK = : - TARGET_COMPILE_PDB = esp-idf/sdmmc/CMakeFiles/__idf_sdmmc.dir/__idf_sdmmc.pdb TARGET_FILE = esp-idf/sdmmc/libsdmmc.a - TARGET_PDB = esp-idf/sdmmc/libsdmmc.pdb + TARGET_PDB = sdmmc.a.dbg ############################################# @@ -15445,8 +13823,6 @@ build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio.c.obj: C_COMPILER__ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/fatfs/diskio -I/home/abobkov/esp/esp-idf/components/fatfs/src -I/home/abobkov/esp/esp-idf/components/fatfs/vfs -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/wear_levelling/include -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/__idf_fatfs.pdb - TARGET_PDB = esp-idf/fatfs/libfatfs.pdb build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_rawflash.c.obj: C_COMPILER____idf_fatfs_unscanned_ /home/abobkov/esp/esp-idf/components/fatfs/diskio/diskio_rawflash.c || cmake_object_order_depends_target___idf_fatfs DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -15455,8 +13831,6 @@ build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_rawflash.c.obj: C_C INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/fatfs/diskio -I/home/abobkov/esp/esp-idf/components/fatfs/src -I/home/abobkov/esp/esp-idf/components/fatfs/vfs -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/wear_levelling/include -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/__idf_fatfs.pdb - TARGET_PDB = esp-idf/fatfs/libfatfs.pdb build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_wl.c.obj: C_COMPILER____idf_fatfs_unscanned_ /home/abobkov/esp/esp-idf/components/fatfs/diskio/diskio_wl.c || cmake_object_order_depends_target___idf_fatfs DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -15465,8 +13839,6 @@ build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_wl.c.obj: C_COMPILE INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/fatfs/diskio -I/home/abobkov/esp/esp-idf/components/fatfs/src -I/home/abobkov/esp/esp-idf/components/fatfs/vfs -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/wear_levelling/include -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/__idf_fatfs.pdb - TARGET_PDB = esp-idf/fatfs/libfatfs.pdb build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ff.c.obj: C_COMPILER____idf_fatfs_unscanned_ /home/abobkov/esp/esp-idf/components/fatfs/src/ff.c || cmake_object_order_depends_target___idf_fatfs DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -15475,8 +13847,6 @@ build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ff.c.obj: C_COMPILER____idf_f INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/fatfs/diskio -I/home/abobkov/esp/esp-idf/components/fatfs/src -I/home/abobkov/esp/esp-idf/components/fatfs/vfs -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/wear_levelling/include -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/__idf_fatfs.pdb - TARGET_PDB = esp-idf/fatfs/libfatfs.pdb build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ffunicode.c.obj: C_COMPILER____idf_fatfs_unscanned_ /home/abobkov/esp/esp-idf/components/fatfs/src/ffunicode.c || cmake_object_order_depends_target___idf_fatfs DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -15485,8 +13855,6 @@ build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/src/ffunicode.c.obj: C_COMPILER__ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/fatfs/diskio -I/home/abobkov/esp/esp-idf/components/fatfs/src -I/home/abobkov/esp/esp-idf/components/fatfs/vfs -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/wear_levelling/include -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/__idf_fatfs.pdb - TARGET_PDB = esp-idf/fatfs/libfatfs.pdb build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/port/freertos/ffsystem.c.obj: C_COMPILER____idf_fatfs_unscanned_ /home/abobkov/esp/esp-idf/components/fatfs/port/freertos/ffsystem.c || cmake_object_order_depends_target___idf_fatfs DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -15495,8 +13863,6 @@ build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/port/freertos/ffsystem.c.obj: C_C INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/fatfs/diskio -I/home/abobkov/esp/esp-idf/components/fatfs/src -I/home/abobkov/esp/esp-idf/components/fatfs/vfs -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/wear_levelling/include -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/__idf_fatfs.pdb - TARGET_PDB = esp-idf/fatfs/libfatfs.pdb build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_sdmmc.c.obj: C_COMPILER____idf_fatfs_unscanned_ /home/abobkov/esp/esp-idf/components/fatfs/diskio/diskio_sdmmc.c || cmake_object_order_depends_target___idf_fatfs DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -15505,8 +13871,6 @@ build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/diskio/diskio_sdmmc.c.obj: C_COMP INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/fatfs/diskio -I/home/abobkov/esp/esp-idf/components/fatfs/src -I/home/abobkov/esp/esp-idf/components/fatfs/vfs -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/wear_levelling/include -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/__idf_fatfs.pdb - TARGET_PDB = esp-idf/fatfs/libfatfs.pdb build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat.c.obj: C_COMPILER____idf_fatfs_unscanned_ /home/abobkov/esp/esp-idf/components/fatfs/vfs/vfs_fat.c || cmake_object_order_depends_target___idf_fatfs DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -15515,8 +13879,6 @@ build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat.c.obj: C_COMPILER____ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/fatfs/diskio -I/home/abobkov/esp/esp-idf/components/fatfs/src -I/home/abobkov/esp/esp-idf/components/fatfs/vfs -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/wear_levelling/include -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/__idf_fatfs.pdb - TARGET_PDB = esp-idf/fatfs/libfatfs.pdb build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_sdmmc.c.obj: C_COMPILER____idf_fatfs_unscanned_ /home/abobkov/esp/esp-idf/components/fatfs/vfs/vfs_fat_sdmmc.c || cmake_object_order_depends_target___idf_fatfs DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -15525,8 +13887,6 @@ build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_sdmmc.c.obj: C_COMPIL INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/fatfs/diskio -I/home/abobkov/esp/esp-idf/components/fatfs/src -I/home/abobkov/esp/esp-idf/components/fatfs/vfs -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/wear_levelling/include -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/__idf_fatfs.pdb - TARGET_PDB = esp-idf/fatfs/libfatfs.pdb build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_spiflash.c.obj: C_COMPILER____idf_fatfs_unscanned_ /home/abobkov/esp/esp-idf/components/fatfs/vfs/vfs_fat_spiflash.c || cmake_object_order_depends_target___idf_fatfs DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -15535,8 +13895,6 @@ build esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/vfs/vfs_fat_spiflash.c.obj: C_COM INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/fatfs/diskio -I/home/abobkov/esp/esp-idf/components/fatfs/src -I/home/abobkov/esp/esp-idf/components/fatfs/vfs -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/wear_levelling/include -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/__idf_fatfs.pdb - TARGET_PDB = esp-idf/fatfs/libfatfs.pdb # ============================================================================= @@ -15551,9 +13909,8 @@ build esp-idf/fatfs/libfatfs.a: C_STATIC_LIBRARY_LINKER____idf_fatfs_ esp-idf/fa OBJECT_DIR = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir POST_BUILD = : PRE_LINK = : - TARGET_COMPILE_PDB = esp-idf/fatfs/CMakeFiles/__idf_fatfs.dir/__idf_fatfs.pdb TARGET_FILE = esp-idf/fatfs/libfatfs.a - TARGET_PDB = esp-idf/fatfs/libfatfs.pdb + TARGET_PDB = fatfs.a.dbg ############################################# @@ -15781,8 +14138,6 @@ build esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON.c.obj: C_COMPILER____id INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/json/cJSON -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/json/CMakeFiles/__idf_json.dir/__idf_json.pdb - TARGET_PDB = esp-idf/json/libjson.pdb build esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON_Utils.c.obj: C_COMPILER____idf_json_unscanned_ /home/abobkov/esp/esp-idf/components/json/cJSON/cJSON_Utils.c || cmake_object_order_depends_target___idf_json DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -15791,8 +14146,6 @@ build esp-idf/json/CMakeFiles/__idf_json.dir/cJSON/cJSON_Utils.c.obj: C_COMPILER INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/json/cJSON -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/json/CMakeFiles/__idf_json.dir/__idf_json.pdb - TARGET_PDB = esp-idf/json/libjson.pdb # ============================================================================= @@ -15807,9 +14160,8 @@ build esp-idf/json/libjson.a: C_STATIC_LIBRARY_LINKER____idf_json_ esp-idf/json/ OBJECT_DIR = esp-idf/json/CMakeFiles/__idf_json.dir POST_BUILD = : PRE_LINK = : - TARGET_COMPILE_PDB = esp-idf/json/CMakeFiles/__idf_json.dir/__idf_json.pdb TARGET_FILE = esp-idf/json/libjson.a - TARGET_PDB = esp-idf/json/libjson.pdb + TARGET_PDB = json.a.dbg ############################################# @@ -15897,8 +14249,6 @@ build esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/mqtt_client.c.obj: C_COMPI INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mqtt/esp-mqtt/include -I/home/abobkov/esp/esp-idf/components/mqtt/esp-mqtt/lib/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/tcp_transport/include -I/home/abobkov/esp/esp-idf/components/esp-tls -I/home/abobkov/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/__idf_mqtt.pdb - TARGET_PDB = esp-idf/mqtt/libmqtt.pdb build esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_msg.c.obj: C_COMPILER____idf_mqtt_unscanned_ /home/abobkov/esp/esp-idf/components/mqtt/esp-mqtt/lib/mqtt_msg.c || cmake_object_order_depends_target___idf_mqtt DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -15907,8 +14257,6 @@ build esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_msg.c.obj: C_COMP INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mqtt/esp-mqtt/include -I/home/abobkov/esp/esp-idf/components/mqtt/esp-mqtt/lib/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/tcp_transport/include -I/home/abobkov/esp/esp-idf/components/esp-tls -I/home/abobkov/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/__idf_mqtt.pdb - TARGET_PDB = esp-idf/mqtt/libmqtt.pdb build esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_outbox.c.obj: C_COMPILER____idf_mqtt_unscanned_ /home/abobkov/esp/esp-idf/components/mqtt/esp-mqtt/lib/mqtt_outbox.c || cmake_object_order_depends_target___idf_mqtt DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -15917,8 +14265,6 @@ build esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/mqtt_outbox.c.obj: C_C INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mqtt/esp-mqtt/include -I/home/abobkov/esp/esp-idf/components/mqtt/esp-mqtt/lib/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/tcp_transport/include -I/home/abobkov/esp/esp-idf/components/esp-tls -I/home/abobkov/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/__idf_mqtt.pdb - TARGET_PDB = esp-idf/mqtt/libmqtt.pdb build esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/platform_esp32_idf.c.obj: C_COMPILER____idf_mqtt_unscanned_ /home/abobkov/esp/esp-idf/components/mqtt/esp-mqtt/lib/platform_esp32_idf.c || cmake_object_order_depends_target___idf_mqtt DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -15927,8 +14273,6 @@ build esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/esp-mqtt/lib/platform_esp32_idf.c.o INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/mqtt/esp-mqtt/include -I/home/abobkov/esp/esp-idf/components/mqtt/esp-mqtt/lib/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/tcp_transport/include -I/home/abobkov/esp/esp-idf/components/esp-tls -I/home/abobkov/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/__idf_mqtt.pdb - TARGET_PDB = esp-idf/mqtt/libmqtt.pdb # ============================================================================= @@ -15943,9 +14287,8 @@ build esp-idf/mqtt/libmqtt.a: C_STATIC_LIBRARY_LINKER____idf_mqtt_ esp-idf/mqtt/ OBJECT_DIR = esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir POST_BUILD = : PRE_LINK = : - TARGET_COMPILE_PDB = esp-idf/mqtt/CMakeFiles/__idf_mqtt.dir/__idf_mqtt.pdb TARGET_FILE = esp-idf/mqtt/libmqtt.a - TARGET_PDB = esp-idf/mqtt/libmqtt.pdb + TARGET_PDB = mqtt.a.dbg ############################################# @@ -16033,8 +14376,6 @@ build esp-idf/nvs_sec_provider/CMakeFiles/__idf_nvs_sec_provider.dir/nvs_sec_pro INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/nvs_sec_provider/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/nvs_flash/include -I/home/abobkov/esp/esp-idf/components/spi_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 - TARGET_COMPILE_PDB = esp-idf/nvs_sec_provider/CMakeFiles/__idf_nvs_sec_provider.dir/__idf_nvs_sec_provider.pdb - TARGET_PDB = esp-idf/nvs_sec_provider/libnvs_sec_provider.pdb # ============================================================================= @@ -16049,9 +14390,8 @@ build esp-idf/nvs_sec_provider/libnvs_sec_provider.a: C_STATIC_LIBRARY_LINKER___ OBJECT_DIR = esp-idf/nvs_sec_provider/CMakeFiles/__idf_nvs_sec_provider.dir POST_BUILD = : PRE_LINK = : - TARGET_COMPILE_PDB = esp-idf/nvs_sec_provider/CMakeFiles/__idf_nvs_sec_provider.dir/__idf_nvs_sec_provider.pdb TARGET_FILE = esp-idf/nvs_sec_provider/libnvs_sec_provider.a - TARGET_PDB = esp-idf/nvs_sec_provider/libnvs_sec_provider.pdb + TARGET_PDB = nvs_sec_provider.a.dbg ############################################# @@ -16209,8 +14549,6 @@ build esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs_api.c.obj: C_COMPILER___ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/spiffs/include -I/home/abobkov/esp/esp-idf/components/spiffs -I/home/abobkov/esp/esp-idf/components/spiffs/spiffs/src -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include OBJECT_DIR = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir OBJECT_FILE_DIR = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir - TARGET_COMPILE_PDB = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/__idf_spiffs.pdb - TARGET_PDB = esp-idf/spiffs/libspiffs.pdb build esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_cache.c.obj: C_COMPILER____idf_spiffs_unscanned_ /home/abobkov/esp/esp-idf/components/spiffs/spiffs/src/spiffs_cache.c || cmake_object_order_depends_target___idf_spiffs DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -16219,8 +14557,6 @@ build esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_cache.c.obj: INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/spiffs/include -I/home/abobkov/esp/esp-idf/components/spiffs -I/home/abobkov/esp/esp-idf/components/spiffs/spiffs/src -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include OBJECT_DIR = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir OBJECT_FILE_DIR = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src - TARGET_COMPILE_PDB = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/__idf_spiffs.pdb - TARGET_PDB = esp-idf/spiffs/libspiffs.pdb build esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_check.c.obj: C_COMPILER____idf_spiffs_unscanned_ /home/abobkov/esp/esp-idf/components/spiffs/spiffs/src/spiffs_check.c || cmake_object_order_depends_target___idf_spiffs DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -16229,8 +14565,6 @@ build esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_check.c.obj: INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/spiffs/include -I/home/abobkov/esp/esp-idf/components/spiffs -I/home/abobkov/esp/esp-idf/components/spiffs/spiffs/src -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include OBJECT_DIR = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir OBJECT_FILE_DIR = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src - TARGET_COMPILE_PDB = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/__idf_spiffs.pdb - TARGET_PDB = esp-idf/spiffs/libspiffs.pdb build esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_gc.c.obj: C_COMPILER____idf_spiffs_unscanned_ /home/abobkov/esp/esp-idf/components/spiffs/spiffs/src/spiffs_gc.c || cmake_object_order_depends_target___idf_spiffs DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -16239,8 +14573,6 @@ build esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_gc.c.obj: C_C INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/spiffs/include -I/home/abobkov/esp/esp-idf/components/spiffs -I/home/abobkov/esp/esp-idf/components/spiffs/spiffs/src -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include OBJECT_DIR = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir OBJECT_FILE_DIR = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src - TARGET_COMPILE_PDB = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/__idf_spiffs.pdb - TARGET_PDB = esp-idf/spiffs/libspiffs.pdb build esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_hydrogen.c.obj: C_COMPILER____idf_spiffs_unscanned_ /home/abobkov/esp/esp-idf/components/spiffs/spiffs/src/spiffs_hydrogen.c || cmake_object_order_depends_target___idf_spiffs DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -16249,8 +14581,6 @@ build esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_hydrogen.c.ob INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/spiffs/include -I/home/abobkov/esp/esp-idf/components/spiffs -I/home/abobkov/esp/esp-idf/components/spiffs/spiffs/src -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include OBJECT_DIR = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir OBJECT_FILE_DIR = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src - TARGET_COMPILE_PDB = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/__idf_spiffs.pdb - TARGET_PDB = esp-idf/spiffs/libspiffs.pdb build esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_nucleus.c.obj: C_COMPILER____idf_spiffs_unscanned_ /home/abobkov/esp/esp-idf/components/spiffs/spiffs/src/spiffs_nucleus.c || cmake_object_order_depends_target___idf_spiffs DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -16259,8 +14589,6 @@ build esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src/spiffs_nucleus.c.obj INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/spiffs/include -I/home/abobkov/esp/esp-idf/components/spiffs -I/home/abobkov/esp/esp-idf/components/spiffs/spiffs/src -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include OBJECT_DIR = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir OBJECT_FILE_DIR = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/spiffs/src - TARGET_COMPILE_PDB = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/__idf_spiffs.pdb - TARGET_PDB = esp-idf/spiffs/libspiffs.pdb build esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/esp_spiffs.c.obj: C_COMPILER____idf_spiffs_unscanned_ /home/abobkov/esp/esp-idf/components/spiffs/esp_spiffs.c || cmake_object_order_depends_target___idf_spiffs DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -16269,8 +14597,6 @@ build esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/esp_spiffs.c.obj: C_COMPILER___ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/spiffs/include -I/home/abobkov/esp/esp-idf/components/spiffs -I/home/abobkov/esp/esp-idf/components/spiffs/spiffs/src -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include OBJECT_DIR = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir OBJECT_FILE_DIR = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir - TARGET_COMPILE_PDB = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/__idf_spiffs.pdb - TARGET_PDB = esp-idf/spiffs/libspiffs.pdb # ============================================================================= @@ -16285,9 +14611,8 @@ build esp-idf/spiffs/libspiffs.a: C_STATIC_LIBRARY_LINKER____idf_spiffs_ esp-idf OBJECT_DIR = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir POST_BUILD = : PRE_LINK = : - TARGET_COMPILE_PDB = esp-idf/spiffs/CMakeFiles/__idf_spiffs.dir/__idf_spiffs.pdb TARGET_FILE = esp-idf/spiffs/libspiffs.a - TARGET_PDB = esp-idf/spiffs/libspiffs.pdb + TARGET_PDB = spiffs.a.dbg ############################################# @@ -16515,8 +14840,6 @@ build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wifi_provisioning/include -I/home/abobkov/esp/esp-idf/components/wifi_provisioning/src -I/home/abobkov/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/protocomm/include/common -I/home/abobkov/esp/esp-idf/components/protocomm/include/security -I/home/abobkov/esp/esp-idf/components/protocomm/include/transports -I/home/abobkov/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/abobkov/esp/esp-idf/components/protocomm/proto-c -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_netif/include -I/home/abobkov/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/__idf_wifi_provisioning.pdb - TARGET_PDB = esp-idf/wifi_provisioning/libwifi_provisioning.pdb build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_scan.c.obj: C_COMPILER____idf_wifi_provisioning_unscanned_ /home/abobkov/esp/esp-idf/components/wifi_provisioning/src/wifi_scan.c || cmake_object_order_depends_target___idf_wifi_provisioning DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -16525,8 +14848,6 @@ build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wifi_provisioning/include -I/home/abobkov/esp/esp-idf/components/wifi_provisioning/src -I/home/abobkov/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/protocomm/include/common -I/home/abobkov/esp/esp-idf/components/protocomm/include/security -I/home/abobkov/esp/esp-idf/components/protocomm/include/transports -I/home/abobkov/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/abobkov/esp/esp-idf/components/protocomm/proto-c -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_netif/include -I/home/abobkov/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/__idf_wifi_provisioning.pdb - TARGET_PDB = esp-idf/wifi_provisioning/libwifi_provisioning.pdb build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_ctrl.c.obj: C_COMPILER____idf_wifi_provisioning_unscanned_ /home/abobkov/esp/esp-idf/components/wifi_provisioning/src/wifi_ctrl.c || cmake_object_order_depends_target___idf_wifi_provisioning DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -16535,8 +14856,6 @@ build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/wifi_ INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wifi_provisioning/include -I/home/abobkov/esp/esp-idf/components/wifi_provisioning/src -I/home/abobkov/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/protocomm/include/common -I/home/abobkov/esp/esp-idf/components/protocomm/include/security -I/home/abobkov/esp/esp-idf/components/protocomm/include/transports -I/home/abobkov/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/abobkov/esp/esp-idf/components/protocomm/proto-c -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_netif/include -I/home/abobkov/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/__idf_wifi_provisioning.pdb - TARGET_PDB = esp-idf/wifi_provisioning/libwifi_provisioning.pdb build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/manager.c.obj: C_COMPILER____idf_wifi_provisioning_unscanned_ /home/abobkov/esp/esp-idf/components/wifi_provisioning/src/manager.c || cmake_object_order_depends_target___idf_wifi_provisioning DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -16545,8 +14864,6 @@ build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/manag INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wifi_provisioning/include -I/home/abobkov/esp/esp-idf/components/wifi_provisioning/src -I/home/abobkov/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/protocomm/include/common -I/home/abobkov/esp/esp-idf/components/protocomm/include/security -I/home/abobkov/esp/esp-idf/components/protocomm/include/transports -I/home/abobkov/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/abobkov/esp/esp-idf/components/protocomm/proto-c -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_netif/include -I/home/abobkov/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/__idf_wifi_provisioning.pdb - TARGET_PDB = esp-idf/wifi_provisioning/libwifi_provisioning.pdb build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/handlers.c.obj: C_COMPILER____idf_wifi_provisioning_unscanned_ /home/abobkov/esp/esp-idf/components/wifi_provisioning/src/handlers.c || cmake_object_order_depends_target___idf_wifi_provisioning DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -16555,8 +14872,6 @@ build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/handl INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wifi_provisioning/include -I/home/abobkov/esp/esp-idf/components/wifi_provisioning/src -I/home/abobkov/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/protocomm/include/common -I/home/abobkov/esp/esp-idf/components/protocomm/include/security -I/home/abobkov/esp/esp-idf/components/protocomm/include/transports -I/home/abobkov/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/abobkov/esp/esp-idf/components/protocomm/proto-c -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_netif/include -I/home/abobkov/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/__idf_wifi_provisioning.pdb - TARGET_PDB = esp-idf/wifi_provisioning/libwifi_provisioning.pdb build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_console.c.obj: C_COMPILER____idf_wifi_provisioning_unscanned_ /home/abobkov/esp/esp-idf/components/wifi_provisioning/src/scheme_console.c || cmake_object_order_depends_target___idf_wifi_provisioning DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -16565,8 +14880,6 @@ build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/schem INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wifi_provisioning/include -I/home/abobkov/esp/esp-idf/components/wifi_provisioning/src -I/home/abobkov/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/protocomm/include/common -I/home/abobkov/esp/esp-idf/components/protocomm/include/security -I/home/abobkov/esp/esp-idf/components/protocomm/include/transports -I/home/abobkov/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/abobkov/esp/esp-idf/components/protocomm/proto-c -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_netif/include -I/home/abobkov/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/__idf_wifi_provisioning.pdb - TARGET_PDB = esp-idf/wifi_provisioning/libwifi_provisioning.pdb build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_config.pb-c.c.obj: C_COMPILER____idf_wifi_provisioning_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -16575,8 +14888,6 @@ build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/w INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wifi_provisioning/include -I/home/abobkov/esp/esp-idf/components/wifi_provisioning/src -I/home/abobkov/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/protocomm/include/common -I/home/abobkov/esp/esp-idf/components/protocomm/include/security -I/home/abobkov/esp/esp-idf/components/protocomm/include/transports -I/home/abobkov/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/abobkov/esp/esp-idf/components/protocomm/proto-c -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_netif/include -I/home/abobkov/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/__idf_wifi_provisioning.pdb - TARGET_PDB = esp-idf/wifi_provisioning/libwifi_provisioning.pdb build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_scan.pb-c.c.obj: C_COMPILER____idf_wifi_provisioning_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -16585,8 +14896,6 @@ build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/w INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wifi_provisioning/include -I/home/abobkov/esp/esp-idf/components/wifi_provisioning/src -I/home/abobkov/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/protocomm/include/common -I/home/abobkov/esp/esp-idf/components/protocomm/include/security -I/home/abobkov/esp/esp-idf/components/protocomm/include/transports -I/home/abobkov/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/abobkov/esp/esp-idf/components/protocomm/proto-c -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_netif/include -I/home/abobkov/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/__idf_wifi_provisioning.pdb - TARGET_PDB = esp-idf/wifi_provisioning/libwifi_provisioning.pdb build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_ctrl.pb-c.c.obj: C_COMPILER____idf_wifi_provisioning_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -16595,8 +14904,6 @@ build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/w INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wifi_provisioning/include -I/home/abobkov/esp/esp-idf/components/wifi_provisioning/src -I/home/abobkov/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/protocomm/include/common -I/home/abobkov/esp/esp-idf/components/protocomm/include/security -I/home/abobkov/esp/esp-idf/components/protocomm/include/transports -I/home/abobkov/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/abobkov/esp/esp-idf/components/protocomm/proto-c -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_netif/include -I/home/abobkov/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/__idf_wifi_provisioning.pdb - TARGET_PDB = esp-idf/wifi_provisioning/libwifi_provisioning.pdb build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/wifi_constants.pb-c.c.obj: C_COMPILER____idf_wifi_provisioning_unscanned_ /home/abobkov/esp/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.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -16605,8 +14912,6 @@ build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/proto-c/w INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wifi_provisioning/include -I/home/abobkov/esp/esp-idf/components/wifi_provisioning/src -I/home/abobkov/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/protocomm/include/common -I/home/abobkov/esp/esp-idf/components/protocomm/include/security -I/home/abobkov/esp/esp-idf/components/protocomm/include/transports -I/home/abobkov/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/abobkov/esp/esp-idf/components/protocomm/proto-c -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_netif/include -I/home/abobkov/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/__idf_wifi_provisioning.pdb - TARGET_PDB = esp-idf/wifi_provisioning/libwifi_provisioning.pdb build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/scheme_softap.c.obj: C_COMPILER____idf_wifi_provisioning_unscanned_ /home/abobkov/esp/esp-idf/components/wifi_provisioning/src/scheme_softap.c || cmake_object_order_depends_target___idf_wifi_provisioning DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -16615,8 +14920,6 @@ build esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/schem INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/wifi_provisioning/include -I/home/abobkov/esp/esp-idf/components/wifi_provisioning/src -I/home/abobkov/esp/esp-idf/components/wifi_provisioning/proto-c -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/protocomm/include/common -I/home/abobkov/esp/esp-idf/components/protocomm/include/security -I/home/abobkov/esp/esp-idf/components/protocomm/include/transports -I/home/abobkov/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/abobkov/esp/esp-idf/components/protocomm/proto-c -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_netif/include -I/home/abobkov/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/__idf_wifi_provisioning.pdb - TARGET_PDB = esp-idf/wifi_provisioning/libwifi_provisioning.pdb # ============================================================================= @@ -16631,9 +14934,8 @@ build esp-idf/wifi_provisioning/libwifi_provisioning.a: C_STATIC_LIBRARY_LINKER_ OBJECT_DIR = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir POST_BUILD = : PRE_LINK = : - TARGET_COMPILE_PDB = esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/__idf_wifi_provisioning.pdb TARGET_FILE = esp-idf/wifi_provisioning/libwifi_provisioning.a - TARGET_PDB = esp-idf/wifi_provisioning/libwifi_provisioning.pdb + TARGET_PDB = wifi_provisioning.a.dbg ############################################# @@ -16721,8 +15023,6 @@ build esp-idf/espressif__led_strip/CMakeFiles/__idf_espressif__led_strip.dir/src INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/managed_components/espressif__led_strip/include -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/managed_components/espressif__led_strip/interface -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/espressif__led_strip/CMakeFiles/__idf_espressif__led_strip.dir OBJECT_FILE_DIR = esp-idf/espressif__led_strip/CMakeFiles/__idf_espressif__led_strip.dir/src - TARGET_COMPILE_PDB = esp-idf/espressif__led_strip/CMakeFiles/__idf_espressif__led_strip.dir/__idf_espressif__led_strip.pdb - TARGET_PDB = esp-idf/espressif__led_strip/libespressif__led_strip.pdb build esp-idf/espressif__led_strip/CMakeFiles/__idf_espressif__led_strip.dir/src/led_strip_rmt_dev.c.obj: C_COMPILER____idf_espressif__led_strip_unscanned_ /home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/managed_components/espressif__led_strip/src/led_strip_rmt_dev.c || cmake_object_order_depends_target___idf_espressif__led_strip DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -16731,8 +15031,6 @@ build esp-idf/espressif__led_strip/CMakeFiles/__idf_espressif__led_strip.dir/src INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/managed_components/espressif__led_strip/include -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/managed_components/espressif__led_strip/interface -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/espressif__led_strip/CMakeFiles/__idf_espressif__led_strip.dir OBJECT_FILE_DIR = esp-idf/espressif__led_strip/CMakeFiles/__idf_espressif__led_strip.dir/src - TARGET_COMPILE_PDB = esp-idf/espressif__led_strip/CMakeFiles/__idf_espressif__led_strip.dir/__idf_espressif__led_strip.pdb - TARGET_PDB = esp-idf/espressif__led_strip/libespressif__led_strip.pdb build esp-idf/espressif__led_strip/CMakeFiles/__idf_espressif__led_strip.dir/src/led_strip_rmt_encoder.c.obj: C_COMPILER____idf_espressif__led_strip_unscanned_ /home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/managed_components/espressif__led_strip/src/led_strip_rmt_encoder.c || cmake_object_order_depends_target___idf_espressif__led_strip DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -16741,8 +15039,6 @@ build esp-idf/espressif__led_strip/CMakeFiles/__idf_espressif__led_strip.dir/src INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/managed_components/espressif__led_strip/include -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/managed_components/espressif__led_strip/interface -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/espressif__led_strip/CMakeFiles/__idf_espressif__led_strip.dir OBJECT_FILE_DIR = esp-idf/espressif__led_strip/CMakeFiles/__idf_espressif__led_strip.dir/src - TARGET_COMPILE_PDB = esp-idf/espressif__led_strip/CMakeFiles/__idf_espressif__led_strip.dir/__idf_espressif__led_strip.pdb - TARGET_PDB = esp-idf/espressif__led_strip/libespressif__led_strip.pdb build esp-idf/espressif__led_strip/CMakeFiles/__idf_espressif__led_strip.dir/src/led_strip_spi_dev.c.obj: C_COMPILER____idf_espressif__led_strip_unscanned_ /home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/managed_components/espressif__led_strip/src/led_strip_spi_dev.c || cmake_object_order_depends_target___idf_espressif__led_strip DEFINES = -DESP_PLATFORM -DIDF_VER=\"v5.2.3\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS @@ -16751,8 +15047,6 @@ build esp-idf/espressif__led_strip/CMakeFiles/__idf_espressif__led_strip.dir/src INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/managed_components/espressif__led_strip/include -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/managed_components/espressif__led_strip/interface -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include OBJECT_DIR = esp-idf/espressif__led_strip/CMakeFiles/__idf_espressif__led_strip.dir OBJECT_FILE_DIR = esp-idf/espressif__led_strip/CMakeFiles/__idf_espressif__led_strip.dir/src - TARGET_COMPILE_PDB = esp-idf/espressif__led_strip/CMakeFiles/__idf_espressif__led_strip.dir/__idf_espressif__led_strip.pdb - TARGET_PDB = esp-idf/espressif__led_strip/libespressif__led_strip.pdb # ============================================================================= @@ -16767,9 +15061,8 @@ build esp-idf/espressif__led_strip/libespressif__led_strip.a: C_STATIC_LIBRARY_L OBJECT_DIR = esp-idf/espressif__led_strip/CMakeFiles/__idf_espressif__led_strip.dir POST_BUILD = : PRE_LINK = : - TARGET_COMPILE_PDB = esp-idf/espressif__led_strip/CMakeFiles/__idf_espressif__led_strip.dir/__idf_espressif__led_strip.pdb TARGET_FILE = esp-idf/espressif__led_strip/libespressif__led_strip.a - TARGET_PDB = esp-idf/espressif__led_strip/libespressif__led_strip.pdb + TARGET_PDB = espressif__led_strip.a.dbg ############################################# @@ -16857,8 +15150,6 @@ build esp-idf/main/CMakeFiles/__idf_main.dir/blink_example_main.c.obj: C_COMPILE INCLUDES = -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/main -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/sys -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/managed_components/espressif__led_strip/include -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/managed_components/espressif__led_strip/interface -I/home/abobkov/esp/esp-idf/components/driver/include -I/home/abobkov/esp/esp-idf/components/driver/deprecated -I/home/abobkov/esp/esp-idf/components/driver/analog_comparator/include -I/home/abobkov/esp/esp-idf/components/driver/dac/include -I/home/abobkov/esp/esp-idf/components/driver/gpio/include -I/home/abobkov/esp/esp-idf/components/driver/gptimer/include -I/home/abobkov/esp/esp-idf/components/driver/i2c/include -I/home/abobkov/esp/esp-idf/components/driver/i2s/include -I/home/abobkov/esp/esp-idf/components/driver/ledc/include -I/home/abobkov/esp/esp-idf/components/driver/mcpwm/include -I/home/abobkov/esp/esp-idf/components/driver/parlio/include -I/home/abobkov/esp/esp-idf/components/driver/pcnt/include -I/home/abobkov/esp/esp-idf/components/driver/rmt/include -I/home/abobkov/esp/esp-idf/components/driver/sdio_slave/include -I/home/abobkov/esp/esp-idf/components/driver/sdmmc/include -I/home/abobkov/esp/esp-idf/components/driver/sigma_delta/include -I/home/abobkov/esp/esp-idf/components/driver/spi/include -I/home/abobkov/esp/esp-idf/components/driver/temperature_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/touch_sensor/include -I/home/abobkov/esp/esp-idf/components/driver/twai/include -I/home/abobkov/esp/esp-idf/components/driver/uart/include -I/home/abobkov/esp/esp-idf/components/driver/usb_serial_jtag/include -I/home/abobkov/esp/esp-idf/components/esp_pm/include -I/home/abobkov/esp/esp-idf/components/esp_ringbuf/include -I/home/abobkov/esp/esp-idf/components/efuse/include -I/home/abobkov/esp/esp-idf/components/efuse/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_mm/include -I/home/abobkov/esp/esp-idf/components/mbedtls/port/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library -I/home/abobkov/esp/esp-idf/components/mbedtls/esp_crt_bundle/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/include -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m -I/home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/home/abobkov/esp/esp-idf/components/esp_bootloader_format/include -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/include -I/home/abobkov/esp/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/abobkov/esp/esp-idf/components/esp_partition/include -I/home/abobkov/esp/esp-idf/components/app_update/include -I/home/abobkov/esp/esp-idf/components/spi_flash/include -I/home/abobkov/esp/esp-idf/components/pthread/include -I/home/abobkov/esp/esp-idf/components/esp_timer/include -I/home/abobkov/esp/esp-idf/components/app_trace/include -I/home/abobkov/esp/esp-idf/components/esp_event/include -I/home/abobkov/esp/esp-idf/components/nvs_flash/include -I/home/abobkov/esp/esp-idf/components/esp_phy/include -I/home/abobkov/esp/esp-idf/components/esp_phy/esp32c3/include -I/home/abobkov/esp/esp-idf/components/vfs/include -I/home/abobkov/esp/esp-idf/components/esp_netif/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/port/include -I/home/abobkov/esp/esp-idf/components/wpa_supplicant/esp_supplicant/include -I/home/abobkov/esp/esp-idf/components/esp_coex/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/include -I/home/abobkov/esp/esp-idf/components/esp_wifi/wifi_apps/include -I/home/abobkov/esp/esp-idf/components/unity/include -I/home/abobkov/esp/esp-idf/components/unity/unity/src -I/home/abobkov/esp/esp-idf/components/cmock/CMock/src -I/home/abobkov/esp/esp-idf/components/console -I/home/abobkov/esp/esp-idf/components/http_parser -I/home/abobkov/esp/esp-idf/components/esp-tls -I/home/abobkov/esp/esp-idf/components/esp-tls/esp-tls-crypto -I/home/abobkov/esp/esp-idf/components/esp_adc/include -I/home/abobkov/esp/esp-idf/components/esp_adc/interface -I/home/abobkov/esp/esp-idf/components/esp_adc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/esp_adc/deprecated/include -I/home/abobkov/esp/esp-idf/components/esp_eth/include -I/home/abobkov/esp/esp-idf/components/esp_gdbstub/include -I/home/abobkov/esp/esp-idf/components/esp_hid/include -I/home/abobkov/esp/esp-idf/components/tcp_transport/include -I/home/abobkov/esp/esp-idf/components/esp_http_client/include -I/home/abobkov/esp/esp-idf/components/esp_http_server/include -I/home/abobkov/esp/esp-idf/components/esp_https_ota/include -I/home/abobkov/esp/esp-idf/components/esp_psram/include -I/home/abobkov/esp/esp-idf/components/esp_lcd/include -I/home/abobkov/esp/esp-idf/components/esp_lcd/interface -I/home/abobkov/esp/esp-idf/components/protobuf-c/protobuf-c -I/home/abobkov/esp/esp-idf/components/protocomm/include/common -I/home/abobkov/esp/esp-idf/components/protocomm/include/security -I/home/abobkov/esp/esp-idf/components/protocomm/include/transports -I/home/abobkov/esp/esp-idf/components/protocomm/include/crypto/srp6a -I/home/abobkov/esp/esp-idf/components/protocomm/proto-c -I/home/abobkov/esp/esp-idf/components/esp_local_ctrl/include -I/home/abobkov/esp/esp-idf/components/espcoredump/include -I/home/abobkov/esp/esp-idf/components/espcoredump/include/port/riscv -I/home/abobkov/esp/esp-idf/components/wear_levelling/include -I/home/abobkov/esp/esp-idf/components/sdmmc/include -I/home/abobkov/esp/esp-idf/components/fatfs/diskio -I/home/abobkov/esp/esp-idf/components/fatfs/src -I/home/abobkov/esp/esp-idf/components/fatfs/vfs -I/home/abobkov/esp/esp-idf/components/idf_test/include -I/home/abobkov/esp/esp-idf/components/idf_test/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/ieee802154/include -I/home/abobkov/esp/esp-idf/components/json/cJSON -I/home/abobkov/esp/esp-idf/components/mqtt/esp-mqtt/include -I/home/abobkov/esp/esp-idf/components/nvs_sec_provider/include -I/home/abobkov/esp/esp-idf/components/spiffs/include -I/home/abobkov/esp/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 - TARGET_COMPILE_PDB = esp-idf/main/CMakeFiles/__idf_main.dir/__idf_main.pdb - TARGET_PDB = esp-idf/main/libmain.pdb # ============================================================================= @@ -16873,9 +15164,8 @@ build esp-idf/main/libmain.a: C_STATIC_LIBRARY_LINKER____idf_main_ esp-idf/main/ OBJECT_DIR = esp-idf/main/CMakeFiles/__idf_main.dir POST_BUILD = : PRE_LINK = : - 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 + TARGET_PDB = main.a.dbg ############################################# @@ -17900,14 +16190,14 @@ build esp-idf/wpa_supplicant/all: phony esp-idf/wpa_supplicant/libwpa_supplicant ############################################# # Re-run CMake if any of its inputs changed. -build build.ninja: RERUN_CMAKE | /home/abobkov/MyProjects/ESP-Nodes/.git/HEAD /home/abobkov/MyProjects/ESP-Nodes/.git/refs/heads/main /home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/CMakeLists.txt /home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/main/CMakeLists.txt /home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/main/idf_component.yml /home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/managed_components/espressif__led_strip/CMakeLists.txt /home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/managed_components/espressif__led_strip/idf_component.yml /home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/sdkconfig /home/abobkov/esp/esp-idf/.git/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/bootloader/subproject/components/micro-ecc/micro-ecc/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32c2/esp32c2-bt-lib/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32c3_family/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32c6/esp32c6-bt-lib/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32h2/esp32h2-bt-lib/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/bt/esp_ble_mesh/lib/lib/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/bt/host/nimble/nimble/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/cmock/CMock/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/esp_coex/lib/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/esp_phy/lib/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/esp_wifi/lib/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/heap/tlsf/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/json/cJSON/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/lwip/lwip/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/mbedtls/mbedtls/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/mqtt/esp-mqtt/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/openthread/lib/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/openthread/openthread/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/protobuf-c/protobuf-c/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/spiffs/spiffs/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/unity/unity/HEAD /home/abobkov/esp/esp-idf/CMakeLists.txt /home/abobkov/esp/esp-idf/components/app_trace/CMakeLists.txt /home/abobkov/esp/esp-idf/components/app_trace/project_include.cmake /home/abobkov/esp/esp-idf/components/app_update/CMakeLists.txt /home/abobkov/esp/esp-idf/components/bootloader/CMakeLists.txt /home/abobkov/esp/esp-idf/components/bootloader/project_include.cmake /home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc/.git /home/abobkov/esp/esp-idf/components/bootloader_support/CMakeLists.txt /home/abobkov/esp/esp-idf/components/bt/CMakeLists.txt /home/abobkov/esp/esp-idf/components/bt/controller/lib_esp32/.git /home/abobkov/esp/esp-idf/components/bt/controller/lib_esp32c2/esp32c2-bt-lib/.git /home/abobkov/esp/esp-idf/components/bt/controller/lib_esp32c3_family/.git /home/abobkov/esp/esp-idf/components/bt/controller/lib_esp32c6/esp32c6-bt-lib/.git /home/abobkov/esp/esp-idf/components/bt/controller/lib_esp32h2/esp32h2-bt-lib/.git /home/abobkov/esp/esp-idf/components/bt/esp_ble_mesh/lib/lib/.git /home/abobkov/esp/esp-idf/components/bt/host/nimble/nimble/.git /home/abobkov/esp/esp-idf/components/cmock/CMakeLists.txt /home/abobkov/esp/esp-idf/components/cmock/CMock/.git /home/abobkov/esp/esp-idf/components/console/CMakeLists.txt /home/abobkov/esp/esp-idf/components/cxx/CMakeLists.txt /home/abobkov/esp/esp-idf/components/driver/CMakeLists.txt /home/abobkov/esp/esp-idf/components/efuse/CMakeLists.txt /home/abobkov/esp/esp-idf/components/efuse/esp32c3/sources.cmake /home/abobkov/esp/esp-idf/components/esp-tls/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_adc/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_app_format/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_bootloader_format/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_coex/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_coex/lib/.git /home/abobkov/esp/esp-idf/components/esp_common/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_common/project_include.cmake /home/abobkov/esp/esp-idf/components/esp_eth/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_event/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_gdbstub/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_hid/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_http_client/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_http_server/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_https_ota/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_https_server/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_hw_support/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_lcd/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_local_ctrl/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_mm/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_netif/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_netif_stack/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_partition/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_phy/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_phy/lib/.git /home/abobkov/esp/esp-idf/components/esp_pm/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_psram/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_psram/project_include.cmake /home/abobkov/esp/esp-idf/components/esp_ringbuf/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_rom/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_system/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_system/ld/ld.cmake /home/abobkov/esp/esp-idf/components/esp_system/port/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_system/port/soc/esp32c3/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_timer/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_wifi/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_wifi/lib/.git /home/abobkov/esp/esp-idf/components/espcoredump/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esptool_py/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esptool_py/espefuse.cmake /home/abobkov/esp/esp-idf/components/esptool_py/project_include.cmake /home/abobkov/esp/esp-idf/components/fatfs/CMakeLists.txt /home/abobkov/esp/esp-idf/components/fatfs/project_include.cmake /home/abobkov/esp/esp-idf/components/freertos/CMakeLists.txt /home/abobkov/esp/esp-idf/components/hal/CMakeLists.txt /home/abobkov/esp/esp-idf/components/heap/CMakeLists.txt /home/abobkov/esp/esp-idf/components/heap/tlsf/.git /home/abobkov/esp/esp-idf/components/http_parser/CMakeLists.txt /home/abobkov/esp/esp-idf/components/idf_test/CMakeLists.txt /home/abobkov/esp/esp-idf/components/ieee802154/CMakeLists.txt /home/abobkov/esp/esp-idf/components/json/CMakeLists.txt /home/abobkov/esp/esp-idf/components/json/cJSON/.git /home/abobkov/esp/esp-idf/components/log/CMakeLists.txt /home/abobkov/esp/esp-idf/components/lwip/CMakeLists.txt /home/abobkov/esp/esp-idf/components/lwip/lwip/.git /home/abobkov/esp/esp-idf/components/mbedtls/CMakeLists.txt /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/.git /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/CMakeLists.txt /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/CMakeLists.txt /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/CMakeLists.txt /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/CMakeLists.txt /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/CMakeLists.txt /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/CMakeLists.txt /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/pkgconfig/CMakeLists.txt /home/abobkov/esp/esp-idf/components/mqtt/CMakeLists.txt /home/abobkov/esp/esp-idf/components/mqtt/esp-mqtt/.git /home/abobkov/esp/esp-idf/components/mqtt/esp-mqtt/CMakeLists.txt /home/abobkov/esp/esp-idf/components/newlib/CMakeLists.txt /home/abobkov/esp/esp-idf/components/newlib/port/CMakeLists.txt /home/abobkov/esp/esp-idf/components/nvs_flash/CMakeLists.txt /home/abobkov/esp/esp-idf/components/nvs_flash/project_include.cmake /home/abobkov/esp/esp-idf/components/nvs_sec_provider/CMakeLists.txt /home/abobkov/esp/esp-idf/components/openthread/CMakeLists.txt /home/abobkov/esp/esp-idf/components/openthread/lib/.git /home/abobkov/esp/esp-idf/components/openthread/openthread/.git /home/abobkov/esp/esp-idf/components/partition_table/CMakeLists.txt /home/abobkov/esp/esp-idf/components/partition_table/partitions_singleapp.csv /home/abobkov/esp/esp-idf/components/partition_table/project_include.cmake /home/abobkov/esp/esp-idf/components/protobuf-c/CMakeLists.txt /home/abobkov/esp/esp-idf/components/protobuf-c/protobuf-c/.git /home/abobkov/esp/esp-idf/components/protocomm/CMakeLists.txt /home/abobkov/esp/esp-idf/components/pthread/CMakeLists.txt /home/abobkov/esp/esp-idf/components/riscv/CMakeLists.txt /home/abobkov/esp/esp-idf/components/riscv/project_include.cmake /home/abobkov/esp/esp-idf/components/sdmmc/CMakeLists.txt /home/abobkov/esp/esp-idf/components/soc/CMakeLists.txt /home/abobkov/esp/esp-idf/components/spi_flash/CMakeLists.txt /home/abobkov/esp/esp-idf/components/spiffs/CMakeLists.txt /home/abobkov/esp/esp-idf/components/spiffs/project_include.cmake /home/abobkov/esp/esp-idf/components/spiffs/spiffs/.git /home/abobkov/esp/esp-idf/components/tcp_transport/CMakeLists.txt /home/abobkov/esp/esp-idf/components/ulp/CMakeLists.txt /home/abobkov/esp/esp-idf/components/ulp/project_include.cmake /home/abobkov/esp/esp-idf/components/unity/CMakeLists.txt /home/abobkov/esp/esp-idf/components/unity/unity/.git /home/abobkov/esp/esp-idf/components/usb/CMakeLists.txt /home/abobkov/esp/esp-idf/components/vfs/CMakeLists.txt /home/abobkov/esp/esp-idf/components/wear_levelling/CMakeLists.txt /home/abobkov/esp/esp-idf/components/wifi_provisioning/CMakeLists.txt /home/abobkov/esp/esp-idf/components/wpa_supplicant/CMakeLists.txt /home/abobkov/esp/esp-idf/tools/cmake/build.cmake /home/abobkov/esp/esp-idf/tools/cmake/component.cmake /home/abobkov/esp/esp-idf/tools/cmake/depgraph.cmake /home/abobkov/esp/esp-idf/tools/cmake/dfu.cmake /home/abobkov/esp/esp-idf/tools/cmake/git_submodules.cmake /home/abobkov/esp/esp-idf/tools/cmake/idf.cmake /home/abobkov/esp/esp-idf/tools/cmake/kconfig.cmake /home/abobkov/esp/esp-idf/tools/cmake/ldgen.cmake /home/abobkov/esp/esp-idf/tools/cmake/project.cmake /home/abobkov/esp/esp-idf/tools/cmake/project_description.json.in /home/abobkov/esp/esp-idf/tools/cmake/targets.cmake /home/abobkov/esp/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake /home/abobkov/esp/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake.in /home/abobkov/esp/esp-idf/tools/cmake/tool_version_check.cmake /home/abobkov/esp/esp-idf/tools/cmake/toolchain-esp32c3.cmake /home/abobkov/esp/esp-idf/tools/cmake/utilities.cmake /home/abobkov/esp/esp-idf/tools/cmake/version.cmake /home/abobkov/esp/esp-idf/tools/kconfig_new/confgen.py /home/abobkov/esp/esp-idf/tools/kconfig_new/config.env.in /usr/share/cmake-3.30/Modules/CMakeASMCompiler.cmake.in /usr/share/cmake-3.30/Modules/CMakeASMInformation.cmake /usr/share/cmake-3.30/Modules/CMakeCCompiler.cmake.in /usr/share/cmake-3.30/Modules/CMakeCCompilerABI.c /usr/share/cmake-3.30/Modules/CMakeCInformation.cmake /usr/share/cmake-3.30/Modules/CMakeCXXCompiler.cmake.in /usr/share/cmake-3.30/Modules/CMakeCXXCompilerABI.cpp /usr/share/cmake-3.30/Modules/CMakeCXXInformation.cmake /usr/share/cmake-3.30/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake /usr/share/cmake-3.30/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake-3.30/Modules/CMakeCompilerIdDetection.cmake /usr/share/cmake-3.30/Modules/CMakeDetermineASMCompiler.cmake /usr/share/cmake-3.30/Modules/CMakeDetermineCCompiler.cmake /usr/share/cmake-3.30/Modules/CMakeDetermineCXXCompiler.cmake /usr/share/cmake-3.30/Modules/CMakeDetermineCompiler.cmake /usr/share/cmake-3.30/Modules/CMakeDetermineCompilerABI.cmake /usr/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake /usr/share/cmake-3.30/Modules/CMakeDetermineCompilerSupport.cmake /usr/share/cmake-3.30/Modules/CMakeDetermineSystem.cmake /usr/share/cmake-3.30/Modules/CMakeFindBinUtils.cmake /usr/share/cmake-3.30/Modules/CMakeGenericSystem.cmake /usr/share/cmake-3.30/Modules/CMakeInitializeConfigs.cmake /usr/share/cmake-3.30/Modules/CMakeLanguageInformation.cmake /usr/share/cmake-3.30/Modules/CMakeNinjaFindMake.cmake /usr/share/cmake-3.30/Modules/CMakePackageConfigHelpers.cmake /usr/share/cmake-3.30/Modules/CMakeParseImplicitIncludeInfo.cmake /usr/share/cmake-3.30/Modules/CMakeParseImplicitLinkInfo.cmake /usr/share/cmake-3.30/Modules/CMakeParseLibraryArchitecture.cmake /usr/share/cmake-3.30/Modules/CMakeSystem.cmake.in /usr/share/cmake-3.30/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake-3.30/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake-3.30/Modules/CMakeTestASMCompiler.cmake /usr/share/cmake-3.30/Modules/CMakeTestCCompiler.cmake /usr/share/cmake-3.30/Modules/CMakeTestCXXCompiler.cmake /usr/share/cmake-3.30/Modules/CMakeTestCompilerCommon.cmake /usr/share/cmake-3.30/Modules/CheckCCompilerFlag.cmake /usr/share/cmake-3.30/Modules/CheckCSourceCompiles.cmake /usr/share/cmake-3.30/Modules/CheckCXXCompilerFlag.cmake /usr/share/cmake-3.30/Modules/CheckCXXSourceCompiles.cmake /usr/share/cmake-3.30/Modules/CheckIncludeFile.cmake /usr/share/cmake-3.30/Modules/CheckIncludeFileCXX.cmake /usr/share/cmake-3.30/Modules/CheckLibraryExists.cmake /usr/share/cmake-3.30/Modules/CheckTypeSize.cmake /usr/share/cmake-3.30/Modules/Compiler/ADSP-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/ARMCC-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/ARMClang-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/AppleClang-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/Borland-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/Bruce-C-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake-3.30/Modules/Compiler/Clang-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/Clang-DetermineCompilerInternal.cmake /usr/share/cmake-3.30/Modules/Compiler/Compaq-C-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/Cray-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/CrayClang-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/Embarcadero-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/Fujitsu-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/GHS-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/GNU-ASM.cmake /usr/share/cmake-3.30/Modules/Compiler/GNU-C-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/GNU-C.cmake /usr/share/cmake-3.30/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/GNU-CXX.cmake /usr/share/cmake-3.30/Modules/Compiler/GNU-FindBinUtils.cmake /usr/share/cmake-3.30/Modules/Compiler/GNU.cmake /usr/share/cmake-3.30/Modules/Compiler/HP-C-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/HP-CXX-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/IAR-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake /usr/share/cmake-3.30/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake /usr/share/cmake-3.30/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/Intel-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/LCC-C-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/MSVC-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/NVHPC-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/NVIDIA-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/OrangeC-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/PGI-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/PathScale-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/SCO-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/SDCC-C-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/SunPro-C-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/TI-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/TIClang-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/Tasking-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/Watcom-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/XL-C-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/XL-CXX-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/XLClang-C-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/zOS-C-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/ExternalProject.cmake /usr/share/cmake-3.30/Modules/ExternalProject/PatchInfo.txt.in /usr/share/cmake-3.30/Modules/ExternalProject/RepositoryInfo.txt.in /usr/share/cmake-3.30/Modules/ExternalProject/UpdateInfo.txt.in /usr/share/cmake-3.30/Modules/ExternalProject/cfgcmd.txt.in /usr/share/cmake-3.30/Modules/ExternalProject/mkdirs.cmake.in /usr/share/cmake-3.30/Modules/ExternalProject/shared_internal_commands.cmake /usr/share/cmake-3.30/Modules/FindGit.cmake /usr/share/cmake-3.30/Modules/FindPackageHandleStandardArgs.cmake /usr/share/cmake-3.30/Modules/FindPackageMessage.cmake /usr/share/cmake-3.30/Modules/FindPython/Support.cmake /usr/share/cmake-3.30/Modules/FindPython3.cmake /usr/share/cmake-3.30/Modules/FindThreads.cmake /usr/share/cmake-3.30/Modules/GNUInstallDirs.cmake /usr/share/cmake-3.30/Modules/Internal/CMakeDetermineLinkerId.cmake /usr/share/cmake-3.30/Modules/Internal/CheckCompilerFlag.cmake /usr/share/cmake-3.30/Modules/Internal/CheckFlagCommonConfig.cmake /usr/share/cmake-3.30/Modules/Internal/CheckSourceCompiles.cmake /usr/share/cmake-3.30/Modules/Internal/FeatureTesting.cmake /usr/share/cmake-3.30/Modules/Platform/Generic.cmake /usr/share/cmake-3.30/Modules/WriteBasicConfigVersionFile.cmake CMakeCache.txt CMakeFiles/3.30.3/CMakeASMCompiler.cmake CMakeFiles/3.30.3/CMakeCCompiler.cmake CMakeFiles/3.30.3/CMakeCXXCompiler.cmake CMakeFiles/3.30.3/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 +build build.ninja: RERUN_CMAKE | /home/abobkov/MyProjects/ESP-Nodes/.git/HEAD /home/abobkov/MyProjects/ESP-Nodes/.git/refs/heads/main /home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/CMakeLists.txt /home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/main/CMakeLists.txt /home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/main/idf_component.yml /home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/managed_components/espressif__led_strip/CMakeLists.txt /home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/managed_components/espressif__led_strip/idf_component.yml /home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/sdkconfig /home/abobkov/esp/esp-idf/.git/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/bootloader/subproject/components/micro-ecc/micro-ecc/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32c2/esp32c2-bt-lib/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32c3_family/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32c6/esp32c6-bt-lib/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32h2/esp32h2-bt-lib/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/bt/esp_ble_mesh/lib/lib/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/bt/host/nimble/nimble/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/cmock/CMock/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/esp_coex/lib/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/esp_phy/lib/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/esp_wifi/lib/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/heap/tlsf/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/json/cJSON/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/lwip/lwip/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/mbedtls/mbedtls/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/mqtt/esp-mqtt/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/openthread/lib/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/openthread/openthread/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/protobuf-c/protobuf-c/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/spiffs/spiffs/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/unity/unity/HEAD /home/abobkov/esp/esp-idf/CMakeLists.txt /home/abobkov/esp/esp-idf/components/app_trace/CMakeLists.txt /home/abobkov/esp/esp-idf/components/app_trace/project_include.cmake /home/abobkov/esp/esp-idf/components/app_update/CMakeLists.txt /home/abobkov/esp/esp-idf/components/bootloader/CMakeLists.txt /home/abobkov/esp/esp-idf/components/bootloader/project_include.cmake /home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc/.git /home/abobkov/esp/esp-idf/components/bootloader_support/CMakeLists.txt /home/abobkov/esp/esp-idf/components/bt/CMakeLists.txt /home/abobkov/esp/esp-idf/components/bt/controller/lib_esp32/.git /home/abobkov/esp/esp-idf/components/bt/controller/lib_esp32c2/esp32c2-bt-lib/.git /home/abobkov/esp/esp-idf/components/bt/controller/lib_esp32c3_family/.git /home/abobkov/esp/esp-idf/components/bt/controller/lib_esp32c6/esp32c6-bt-lib/.git /home/abobkov/esp/esp-idf/components/bt/controller/lib_esp32h2/esp32h2-bt-lib/.git /home/abobkov/esp/esp-idf/components/bt/esp_ble_mesh/lib/lib/.git /home/abobkov/esp/esp-idf/components/bt/host/nimble/nimble/.git /home/abobkov/esp/esp-idf/components/cmock/CMakeLists.txt /home/abobkov/esp/esp-idf/components/cmock/CMock/.git /home/abobkov/esp/esp-idf/components/console/CMakeLists.txt /home/abobkov/esp/esp-idf/components/cxx/CMakeLists.txt /home/abobkov/esp/esp-idf/components/driver/CMakeLists.txt /home/abobkov/esp/esp-idf/components/efuse/CMakeLists.txt /home/abobkov/esp/esp-idf/components/efuse/esp32c3/sources.cmake /home/abobkov/esp/esp-idf/components/esp-tls/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_adc/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_app_format/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_bootloader_format/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_coex/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_coex/lib/.git /home/abobkov/esp/esp-idf/components/esp_common/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_common/project_include.cmake /home/abobkov/esp/esp-idf/components/esp_eth/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_event/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_gdbstub/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_hid/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_http_client/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_http_server/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_https_ota/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_https_server/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_hw_support/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_lcd/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_local_ctrl/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_mm/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_netif/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_netif_stack/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_partition/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_phy/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_phy/lib/.git /home/abobkov/esp/esp-idf/components/esp_pm/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_psram/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_psram/project_include.cmake /home/abobkov/esp/esp-idf/components/esp_ringbuf/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_rom/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_system/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_system/ld/ld.cmake /home/abobkov/esp/esp-idf/components/esp_system/port/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_system/port/soc/esp32c3/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_timer/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_wifi/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_wifi/lib/.git /home/abobkov/esp/esp-idf/components/espcoredump/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esptool_py/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esptool_py/espefuse.cmake /home/abobkov/esp/esp-idf/components/esptool_py/project_include.cmake /home/abobkov/esp/esp-idf/components/fatfs/CMakeLists.txt /home/abobkov/esp/esp-idf/components/fatfs/project_include.cmake /home/abobkov/esp/esp-idf/components/freertos/CMakeLists.txt /home/abobkov/esp/esp-idf/components/hal/CMakeLists.txt /home/abobkov/esp/esp-idf/components/heap/CMakeLists.txt /home/abobkov/esp/esp-idf/components/heap/tlsf/.git /home/abobkov/esp/esp-idf/components/http_parser/CMakeLists.txt /home/abobkov/esp/esp-idf/components/idf_test/CMakeLists.txt /home/abobkov/esp/esp-idf/components/ieee802154/CMakeLists.txt /home/abobkov/esp/esp-idf/components/json/CMakeLists.txt /home/abobkov/esp/esp-idf/components/json/cJSON/.git /home/abobkov/esp/esp-idf/components/log/CMakeLists.txt /home/abobkov/esp/esp-idf/components/lwip/CMakeLists.txt /home/abobkov/esp/esp-idf/components/lwip/lwip/.git /home/abobkov/esp/esp-idf/components/mbedtls/CMakeLists.txt /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/.git /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/CMakeLists.txt /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/CMakeLists.txt /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/CMakeLists.txt /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/CMakeLists.txt /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/CMakeLists.txt /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/CMakeLists.txt /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/pkgconfig/CMakeLists.txt /home/abobkov/esp/esp-idf/components/mqtt/CMakeLists.txt /home/abobkov/esp/esp-idf/components/mqtt/esp-mqtt/.git /home/abobkov/esp/esp-idf/components/mqtt/esp-mqtt/CMakeLists.txt /home/abobkov/esp/esp-idf/components/newlib/CMakeLists.txt /home/abobkov/esp/esp-idf/components/newlib/port/CMakeLists.txt /home/abobkov/esp/esp-idf/components/nvs_flash/CMakeLists.txt /home/abobkov/esp/esp-idf/components/nvs_flash/project_include.cmake /home/abobkov/esp/esp-idf/components/nvs_sec_provider/CMakeLists.txt /home/abobkov/esp/esp-idf/components/openthread/CMakeLists.txt /home/abobkov/esp/esp-idf/components/openthread/lib/.git /home/abobkov/esp/esp-idf/components/openthread/openthread/.git /home/abobkov/esp/esp-idf/components/partition_table/CMakeLists.txt /home/abobkov/esp/esp-idf/components/partition_table/partitions_singleapp.csv /home/abobkov/esp/esp-idf/components/partition_table/project_include.cmake /home/abobkov/esp/esp-idf/components/protobuf-c/CMakeLists.txt /home/abobkov/esp/esp-idf/components/protobuf-c/protobuf-c/.git /home/abobkov/esp/esp-idf/components/protocomm/CMakeLists.txt /home/abobkov/esp/esp-idf/components/pthread/CMakeLists.txt /home/abobkov/esp/esp-idf/components/riscv/CMakeLists.txt /home/abobkov/esp/esp-idf/components/riscv/project_include.cmake /home/abobkov/esp/esp-idf/components/sdmmc/CMakeLists.txt /home/abobkov/esp/esp-idf/components/soc/CMakeLists.txt /home/abobkov/esp/esp-idf/components/spi_flash/CMakeLists.txt /home/abobkov/esp/esp-idf/components/spiffs/CMakeLists.txt /home/abobkov/esp/esp-idf/components/spiffs/project_include.cmake /home/abobkov/esp/esp-idf/components/spiffs/spiffs/.git /home/abobkov/esp/esp-idf/components/tcp_transport/CMakeLists.txt /home/abobkov/esp/esp-idf/components/ulp/CMakeLists.txt /home/abobkov/esp/esp-idf/components/ulp/project_include.cmake /home/abobkov/esp/esp-idf/components/unity/CMakeLists.txt /home/abobkov/esp/esp-idf/components/unity/unity/.git /home/abobkov/esp/esp-idf/components/usb/CMakeLists.txt /home/abobkov/esp/esp-idf/components/vfs/CMakeLists.txt /home/abobkov/esp/esp-idf/components/wear_levelling/CMakeLists.txt /home/abobkov/esp/esp-idf/components/wifi_provisioning/CMakeLists.txt /home/abobkov/esp/esp-idf/components/wpa_supplicant/CMakeLists.txt /home/abobkov/esp/esp-idf/tools/cmake/build.cmake /home/abobkov/esp/esp-idf/tools/cmake/component.cmake /home/abobkov/esp/esp-idf/tools/cmake/depgraph.cmake /home/abobkov/esp/esp-idf/tools/cmake/dfu.cmake /home/abobkov/esp/esp-idf/tools/cmake/git_submodules.cmake /home/abobkov/esp/esp-idf/tools/cmake/idf.cmake /home/abobkov/esp/esp-idf/tools/cmake/kconfig.cmake /home/abobkov/esp/esp-idf/tools/cmake/ldgen.cmake /home/abobkov/esp/esp-idf/tools/cmake/project.cmake /home/abobkov/esp/esp-idf/tools/cmake/project_description.json.in /home/abobkov/esp/esp-idf/tools/cmake/targets.cmake /home/abobkov/esp/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake /home/abobkov/esp/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake.in /home/abobkov/esp/esp-idf/tools/cmake/tool_version_check.cmake /home/abobkov/esp/esp-idf/tools/cmake/toolchain-esp32c3.cmake /home/abobkov/esp/esp-idf/tools/cmake/utilities.cmake /home/abobkov/esp/esp-idf/tools/cmake/version.cmake /home/abobkov/esp/esp-idf/tools/kconfig_new/confgen.py /home/abobkov/esp/esp-idf/tools/kconfig_new/config.env.in /usr/share/cmake-3.30/Modules/CMakeASMInformation.cmake /usr/share/cmake-3.30/Modules/CMakeCInformation.cmake /usr/share/cmake-3.30/Modules/CMakeCXXInformation.cmake /usr/share/cmake-3.30/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake /usr/share/cmake-3.30/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake-3.30/Modules/CMakeGenericSystem.cmake /usr/share/cmake-3.30/Modules/CMakeInitializeConfigs.cmake /usr/share/cmake-3.30/Modules/CMakeLanguageInformation.cmake /usr/share/cmake-3.30/Modules/CMakePackageConfigHelpers.cmake /usr/share/cmake-3.30/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake-3.30/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake-3.30/Modules/CheckCCompilerFlag.cmake /usr/share/cmake-3.30/Modules/CheckCSourceCompiles.cmake /usr/share/cmake-3.30/Modules/CheckCXXCompilerFlag.cmake /usr/share/cmake-3.30/Modules/CheckCXXSourceCompiles.cmake /usr/share/cmake-3.30/Modules/CheckIncludeFile.cmake /usr/share/cmake-3.30/Modules/CheckIncludeFileCXX.cmake /usr/share/cmake-3.30/Modules/CheckLibraryExists.cmake /usr/share/cmake-3.30/Modules/CheckTypeSize.cmake /usr/share/cmake-3.30/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake-3.30/Modules/Compiler/GNU-ASM.cmake /usr/share/cmake-3.30/Modules/Compiler/GNU-C.cmake /usr/share/cmake-3.30/Modules/Compiler/GNU-CXX.cmake /usr/share/cmake-3.30/Modules/Compiler/GNU.cmake /usr/share/cmake-3.30/Modules/ExternalProject.cmake /usr/share/cmake-3.30/Modules/ExternalProject/PatchInfo.txt.in /usr/share/cmake-3.30/Modules/ExternalProject/RepositoryInfo.txt.in /usr/share/cmake-3.30/Modules/ExternalProject/UpdateInfo.txt.in /usr/share/cmake-3.30/Modules/ExternalProject/cfgcmd.txt.in /usr/share/cmake-3.30/Modules/ExternalProject/mkdirs.cmake.in /usr/share/cmake-3.30/Modules/ExternalProject/shared_internal_commands.cmake /usr/share/cmake-3.30/Modules/FindGit.cmake /usr/share/cmake-3.30/Modules/FindPackageHandleStandardArgs.cmake /usr/share/cmake-3.30/Modules/FindPackageMessage.cmake /usr/share/cmake-3.30/Modules/FindPython/Support.cmake /usr/share/cmake-3.30/Modules/FindPython3.cmake /usr/share/cmake-3.30/Modules/FindThreads.cmake /usr/share/cmake-3.30/Modules/GNUInstallDirs.cmake /usr/share/cmake-3.30/Modules/Internal/CheckCompilerFlag.cmake /usr/share/cmake-3.30/Modules/Internal/CheckFlagCommonConfig.cmake /usr/share/cmake-3.30/Modules/Internal/CheckSourceCompiles.cmake /usr/share/cmake-3.30/Modules/Platform/Generic.cmake /usr/share/cmake-3.30/Modules/WriteBasicConfigVersionFile.cmake CMakeCache.txt CMakeFiles/3.30.3/CMakeASMCompiler.cmake CMakeFiles/3.30.3/CMakeCCompiler.cmake CMakeFiles/3.30.3/CMakeCXXCompiler.cmake CMakeFiles/3.30.3/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 /home/abobkov/MyProjects/ESP-Nodes/.git/HEAD /home/abobkov/MyProjects/ESP-Nodes/.git/refs/heads/main /home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/CMakeLists.txt /home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/main/CMakeLists.txt /home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/main/idf_component.yml /home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/managed_components/espressif__led_strip/CMakeLists.txt /home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/managed_components/espressif__led_strip/idf_component.yml /home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/sdkconfig /home/abobkov/esp/esp-idf/.git/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/bootloader/subproject/components/micro-ecc/micro-ecc/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32c2/esp32c2-bt-lib/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32c3_family/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32c6/esp32c6-bt-lib/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32h2/esp32h2-bt-lib/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/bt/esp_ble_mesh/lib/lib/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/bt/host/nimble/nimble/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/cmock/CMock/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/esp_coex/lib/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/esp_phy/lib/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/esp_wifi/lib/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/heap/tlsf/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/json/cJSON/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/lwip/lwip/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/mbedtls/mbedtls/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/mqtt/esp-mqtt/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/openthread/lib/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/openthread/openthread/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/protobuf-c/protobuf-c/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/spiffs/spiffs/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/unity/unity/HEAD /home/abobkov/esp/esp-idf/CMakeLists.txt /home/abobkov/esp/esp-idf/components/app_trace/CMakeLists.txt /home/abobkov/esp/esp-idf/components/app_trace/project_include.cmake /home/abobkov/esp/esp-idf/components/app_update/CMakeLists.txt /home/abobkov/esp/esp-idf/components/bootloader/CMakeLists.txt /home/abobkov/esp/esp-idf/components/bootloader/project_include.cmake /home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc/.git /home/abobkov/esp/esp-idf/components/bootloader_support/CMakeLists.txt /home/abobkov/esp/esp-idf/components/bt/CMakeLists.txt /home/abobkov/esp/esp-idf/components/bt/controller/lib_esp32/.git /home/abobkov/esp/esp-idf/components/bt/controller/lib_esp32c2/esp32c2-bt-lib/.git /home/abobkov/esp/esp-idf/components/bt/controller/lib_esp32c3_family/.git /home/abobkov/esp/esp-idf/components/bt/controller/lib_esp32c6/esp32c6-bt-lib/.git /home/abobkov/esp/esp-idf/components/bt/controller/lib_esp32h2/esp32h2-bt-lib/.git /home/abobkov/esp/esp-idf/components/bt/esp_ble_mesh/lib/lib/.git /home/abobkov/esp/esp-idf/components/bt/host/nimble/nimble/.git /home/abobkov/esp/esp-idf/components/cmock/CMakeLists.txt /home/abobkov/esp/esp-idf/components/cmock/CMock/.git /home/abobkov/esp/esp-idf/components/console/CMakeLists.txt /home/abobkov/esp/esp-idf/components/cxx/CMakeLists.txt /home/abobkov/esp/esp-idf/components/driver/CMakeLists.txt /home/abobkov/esp/esp-idf/components/efuse/CMakeLists.txt /home/abobkov/esp/esp-idf/components/efuse/esp32c3/sources.cmake /home/abobkov/esp/esp-idf/components/esp-tls/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_adc/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_app_format/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_bootloader_format/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_coex/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_coex/lib/.git /home/abobkov/esp/esp-idf/components/esp_common/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_common/project_include.cmake /home/abobkov/esp/esp-idf/components/esp_eth/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_event/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_gdbstub/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_hid/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_http_client/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_http_server/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_https_ota/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_https_server/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_hw_support/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_lcd/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_local_ctrl/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_mm/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_netif/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_netif_stack/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_partition/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_phy/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_phy/lib/.git /home/abobkov/esp/esp-idf/components/esp_pm/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_psram/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_psram/project_include.cmake /home/abobkov/esp/esp-idf/components/esp_ringbuf/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_rom/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_system/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_system/ld/ld.cmake /home/abobkov/esp/esp-idf/components/esp_system/port/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_system/port/soc/esp32c3/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_timer/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_wifi/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_wifi/lib/.git /home/abobkov/esp/esp-idf/components/espcoredump/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esptool_py/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esptool_py/espefuse.cmake /home/abobkov/esp/esp-idf/components/esptool_py/project_include.cmake /home/abobkov/esp/esp-idf/components/fatfs/CMakeLists.txt /home/abobkov/esp/esp-idf/components/fatfs/project_include.cmake /home/abobkov/esp/esp-idf/components/freertos/CMakeLists.txt /home/abobkov/esp/esp-idf/components/hal/CMakeLists.txt /home/abobkov/esp/esp-idf/components/heap/CMakeLists.txt /home/abobkov/esp/esp-idf/components/heap/tlsf/.git /home/abobkov/esp/esp-idf/components/http_parser/CMakeLists.txt /home/abobkov/esp/esp-idf/components/idf_test/CMakeLists.txt /home/abobkov/esp/esp-idf/components/ieee802154/CMakeLists.txt /home/abobkov/esp/esp-idf/components/json/CMakeLists.txt /home/abobkov/esp/esp-idf/components/json/cJSON/.git /home/abobkov/esp/esp-idf/components/log/CMakeLists.txt /home/abobkov/esp/esp-idf/components/lwip/CMakeLists.txt /home/abobkov/esp/esp-idf/components/lwip/lwip/.git /home/abobkov/esp/esp-idf/components/mbedtls/CMakeLists.txt /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/.git /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/CMakeLists.txt /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/CMakeLists.txt /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/CMakeLists.txt /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/CMakeLists.txt /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/CMakeLists.txt /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/CMakeLists.txt /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/pkgconfig/CMakeLists.txt /home/abobkov/esp/esp-idf/components/mqtt/CMakeLists.txt /home/abobkov/esp/esp-idf/components/mqtt/esp-mqtt/.git /home/abobkov/esp/esp-idf/components/mqtt/esp-mqtt/CMakeLists.txt /home/abobkov/esp/esp-idf/components/newlib/CMakeLists.txt /home/abobkov/esp/esp-idf/components/newlib/port/CMakeLists.txt /home/abobkov/esp/esp-idf/components/nvs_flash/CMakeLists.txt /home/abobkov/esp/esp-idf/components/nvs_flash/project_include.cmake /home/abobkov/esp/esp-idf/components/nvs_sec_provider/CMakeLists.txt /home/abobkov/esp/esp-idf/components/openthread/CMakeLists.txt /home/abobkov/esp/esp-idf/components/openthread/lib/.git /home/abobkov/esp/esp-idf/components/openthread/openthread/.git /home/abobkov/esp/esp-idf/components/partition_table/CMakeLists.txt /home/abobkov/esp/esp-idf/components/partition_table/partitions_singleapp.csv /home/abobkov/esp/esp-idf/components/partition_table/project_include.cmake /home/abobkov/esp/esp-idf/components/protobuf-c/CMakeLists.txt /home/abobkov/esp/esp-idf/components/protobuf-c/protobuf-c/.git /home/abobkov/esp/esp-idf/components/protocomm/CMakeLists.txt /home/abobkov/esp/esp-idf/components/pthread/CMakeLists.txt /home/abobkov/esp/esp-idf/components/riscv/CMakeLists.txt /home/abobkov/esp/esp-idf/components/riscv/project_include.cmake /home/abobkov/esp/esp-idf/components/sdmmc/CMakeLists.txt /home/abobkov/esp/esp-idf/components/soc/CMakeLists.txt /home/abobkov/esp/esp-idf/components/spi_flash/CMakeLists.txt /home/abobkov/esp/esp-idf/components/spiffs/CMakeLists.txt /home/abobkov/esp/esp-idf/components/spiffs/project_include.cmake /home/abobkov/esp/esp-idf/components/spiffs/spiffs/.git /home/abobkov/esp/esp-idf/components/tcp_transport/CMakeLists.txt /home/abobkov/esp/esp-idf/components/ulp/CMakeLists.txt /home/abobkov/esp/esp-idf/components/ulp/project_include.cmake /home/abobkov/esp/esp-idf/components/unity/CMakeLists.txt /home/abobkov/esp/esp-idf/components/unity/unity/.git /home/abobkov/esp/esp-idf/components/usb/CMakeLists.txt /home/abobkov/esp/esp-idf/components/vfs/CMakeLists.txt /home/abobkov/esp/esp-idf/components/wear_levelling/CMakeLists.txt /home/abobkov/esp/esp-idf/components/wifi_provisioning/CMakeLists.txt /home/abobkov/esp/esp-idf/components/wpa_supplicant/CMakeLists.txt /home/abobkov/esp/esp-idf/tools/cmake/build.cmake /home/abobkov/esp/esp-idf/tools/cmake/component.cmake /home/abobkov/esp/esp-idf/tools/cmake/depgraph.cmake /home/abobkov/esp/esp-idf/tools/cmake/dfu.cmake /home/abobkov/esp/esp-idf/tools/cmake/git_submodules.cmake /home/abobkov/esp/esp-idf/tools/cmake/idf.cmake /home/abobkov/esp/esp-idf/tools/cmake/kconfig.cmake /home/abobkov/esp/esp-idf/tools/cmake/ldgen.cmake /home/abobkov/esp/esp-idf/tools/cmake/project.cmake /home/abobkov/esp/esp-idf/tools/cmake/project_description.json.in /home/abobkov/esp/esp-idf/tools/cmake/targets.cmake /home/abobkov/esp/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake /home/abobkov/esp/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake.in /home/abobkov/esp/esp-idf/tools/cmake/tool_version_check.cmake /home/abobkov/esp/esp-idf/tools/cmake/toolchain-esp32c3.cmake /home/abobkov/esp/esp-idf/tools/cmake/utilities.cmake /home/abobkov/esp/esp-idf/tools/cmake/version.cmake /home/abobkov/esp/esp-idf/tools/kconfig_new/confgen.py /home/abobkov/esp/esp-idf/tools/kconfig_new/config.env.in /usr/share/cmake-3.30/Modules/CMakeASMCompiler.cmake.in /usr/share/cmake-3.30/Modules/CMakeASMInformation.cmake /usr/share/cmake-3.30/Modules/CMakeCCompiler.cmake.in /usr/share/cmake-3.30/Modules/CMakeCCompilerABI.c /usr/share/cmake-3.30/Modules/CMakeCInformation.cmake /usr/share/cmake-3.30/Modules/CMakeCXXCompiler.cmake.in /usr/share/cmake-3.30/Modules/CMakeCXXCompilerABI.cpp /usr/share/cmake-3.30/Modules/CMakeCXXInformation.cmake /usr/share/cmake-3.30/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake /usr/share/cmake-3.30/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake-3.30/Modules/CMakeCompilerIdDetection.cmake /usr/share/cmake-3.30/Modules/CMakeDetermineASMCompiler.cmake /usr/share/cmake-3.30/Modules/CMakeDetermineCCompiler.cmake /usr/share/cmake-3.30/Modules/CMakeDetermineCXXCompiler.cmake /usr/share/cmake-3.30/Modules/CMakeDetermineCompiler.cmake /usr/share/cmake-3.30/Modules/CMakeDetermineCompilerABI.cmake /usr/share/cmake-3.30/Modules/CMakeDetermineCompilerId.cmake /usr/share/cmake-3.30/Modules/CMakeDetermineCompilerSupport.cmake /usr/share/cmake-3.30/Modules/CMakeDetermineSystem.cmake /usr/share/cmake-3.30/Modules/CMakeFindBinUtils.cmake /usr/share/cmake-3.30/Modules/CMakeGenericSystem.cmake /usr/share/cmake-3.30/Modules/CMakeInitializeConfigs.cmake /usr/share/cmake-3.30/Modules/CMakeLanguageInformation.cmake /usr/share/cmake-3.30/Modules/CMakeNinjaFindMake.cmake /usr/share/cmake-3.30/Modules/CMakePackageConfigHelpers.cmake /usr/share/cmake-3.30/Modules/CMakeParseImplicitIncludeInfo.cmake /usr/share/cmake-3.30/Modules/CMakeParseImplicitLinkInfo.cmake /usr/share/cmake-3.30/Modules/CMakeParseLibraryArchitecture.cmake /usr/share/cmake-3.30/Modules/CMakeSystem.cmake.in /usr/share/cmake-3.30/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake-3.30/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake-3.30/Modules/CMakeTestASMCompiler.cmake /usr/share/cmake-3.30/Modules/CMakeTestCCompiler.cmake /usr/share/cmake-3.30/Modules/CMakeTestCXXCompiler.cmake /usr/share/cmake-3.30/Modules/CMakeTestCompilerCommon.cmake /usr/share/cmake-3.30/Modules/CheckCCompilerFlag.cmake /usr/share/cmake-3.30/Modules/CheckCSourceCompiles.cmake /usr/share/cmake-3.30/Modules/CheckCXXCompilerFlag.cmake /usr/share/cmake-3.30/Modules/CheckCXXSourceCompiles.cmake /usr/share/cmake-3.30/Modules/CheckIncludeFile.cmake /usr/share/cmake-3.30/Modules/CheckIncludeFileCXX.cmake /usr/share/cmake-3.30/Modules/CheckLibraryExists.cmake /usr/share/cmake-3.30/Modules/CheckTypeSize.cmake /usr/share/cmake-3.30/Modules/Compiler/ADSP-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/ARMCC-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/ARMClang-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/AppleClang-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/Borland-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/Bruce-C-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake-3.30/Modules/Compiler/Clang-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/Clang-DetermineCompilerInternal.cmake /usr/share/cmake-3.30/Modules/Compiler/Compaq-C-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/Cray-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/CrayClang-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/Embarcadero-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/Fujitsu-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/GHS-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/GNU-ASM.cmake /usr/share/cmake-3.30/Modules/Compiler/GNU-C-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/GNU-C.cmake /usr/share/cmake-3.30/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/GNU-CXX.cmake /usr/share/cmake-3.30/Modules/Compiler/GNU-FindBinUtils.cmake /usr/share/cmake-3.30/Modules/Compiler/GNU.cmake /usr/share/cmake-3.30/Modules/Compiler/HP-C-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/HP-CXX-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/IAR-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake /usr/share/cmake-3.30/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake /usr/share/cmake-3.30/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/Intel-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/LCC-C-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/MSVC-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/NVHPC-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/NVIDIA-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/OrangeC-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/PGI-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/PathScale-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/SCO-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/SDCC-C-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/SunPro-C-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/TI-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/TIClang-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/Tasking-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/Watcom-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/XL-C-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/XL-CXX-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/XLClang-C-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/zOS-C-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake /usr/share/cmake-3.30/Modules/ExternalProject.cmake /usr/share/cmake-3.30/Modules/ExternalProject/PatchInfo.txt.in /usr/share/cmake-3.30/Modules/ExternalProject/RepositoryInfo.txt.in /usr/share/cmake-3.30/Modules/ExternalProject/UpdateInfo.txt.in /usr/share/cmake-3.30/Modules/ExternalProject/cfgcmd.txt.in /usr/share/cmake-3.30/Modules/ExternalProject/mkdirs.cmake.in /usr/share/cmake-3.30/Modules/ExternalProject/shared_internal_commands.cmake /usr/share/cmake-3.30/Modules/FindGit.cmake /usr/share/cmake-3.30/Modules/FindPackageHandleStandardArgs.cmake /usr/share/cmake-3.30/Modules/FindPackageMessage.cmake /usr/share/cmake-3.30/Modules/FindPython/Support.cmake /usr/share/cmake-3.30/Modules/FindPython3.cmake /usr/share/cmake-3.30/Modules/FindThreads.cmake /usr/share/cmake-3.30/Modules/GNUInstallDirs.cmake /usr/share/cmake-3.30/Modules/Internal/CMakeDetermineLinkerId.cmake /usr/share/cmake-3.30/Modules/Internal/CheckCompilerFlag.cmake /usr/share/cmake-3.30/Modules/Internal/CheckFlagCommonConfig.cmake /usr/share/cmake-3.30/Modules/Internal/CheckSourceCompiles.cmake /usr/share/cmake-3.30/Modules/Internal/FeatureTesting.cmake /usr/share/cmake-3.30/Modules/Platform/Generic.cmake /usr/share/cmake-3.30/Modules/WriteBasicConfigVersionFile.cmake CMakeCache.txt CMakeFiles/3.30.3/CMakeASMCompiler.cmake CMakeFiles/3.30.3/CMakeCCompiler.cmake CMakeFiles/3.30.3/CMakeCXXCompiler.cmake CMakeFiles/3.30.3/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 +build /home/abobkov/MyProjects/ESP-Nodes/.git/HEAD /home/abobkov/MyProjects/ESP-Nodes/.git/refs/heads/main /home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/CMakeLists.txt /home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/main/CMakeLists.txt /home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/main/idf_component.yml /home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/managed_components/espressif__led_strip/CMakeLists.txt /home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/managed_components/espressif__led_strip/idf_component.yml /home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/sdkconfig /home/abobkov/esp/esp-idf/.git/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/bootloader/subproject/components/micro-ecc/micro-ecc/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32c2/esp32c2-bt-lib/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32c3_family/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32c6/esp32c6-bt-lib/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/bt/controller/lib_esp32h2/esp32h2-bt-lib/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/bt/esp_ble_mesh/lib/lib/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/bt/host/nimble/nimble/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/cmock/CMock/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/esp_coex/lib/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/esp_phy/lib/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/esp_wifi/lib/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/heap/tlsf/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/json/cJSON/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/lwip/lwip/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/mbedtls/mbedtls/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/mqtt/esp-mqtt/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/openthread/lib/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/openthread/openthread/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/protobuf-c/protobuf-c/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/spiffs/spiffs/HEAD /home/abobkov/esp/esp-idf/.git/modules/components/unity/unity/HEAD /home/abobkov/esp/esp-idf/CMakeLists.txt /home/abobkov/esp/esp-idf/components/app_trace/CMakeLists.txt /home/abobkov/esp/esp-idf/components/app_trace/project_include.cmake /home/abobkov/esp/esp-idf/components/app_update/CMakeLists.txt /home/abobkov/esp/esp-idf/components/bootloader/CMakeLists.txt /home/abobkov/esp/esp-idf/components/bootloader/project_include.cmake /home/abobkov/esp/esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc/.git /home/abobkov/esp/esp-idf/components/bootloader_support/CMakeLists.txt /home/abobkov/esp/esp-idf/components/bt/CMakeLists.txt /home/abobkov/esp/esp-idf/components/bt/controller/lib_esp32/.git /home/abobkov/esp/esp-idf/components/bt/controller/lib_esp32c2/esp32c2-bt-lib/.git /home/abobkov/esp/esp-idf/components/bt/controller/lib_esp32c3_family/.git /home/abobkov/esp/esp-idf/components/bt/controller/lib_esp32c6/esp32c6-bt-lib/.git /home/abobkov/esp/esp-idf/components/bt/controller/lib_esp32h2/esp32h2-bt-lib/.git /home/abobkov/esp/esp-idf/components/bt/esp_ble_mesh/lib/lib/.git /home/abobkov/esp/esp-idf/components/bt/host/nimble/nimble/.git /home/abobkov/esp/esp-idf/components/cmock/CMakeLists.txt /home/abobkov/esp/esp-idf/components/cmock/CMock/.git /home/abobkov/esp/esp-idf/components/console/CMakeLists.txt /home/abobkov/esp/esp-idf/components/cxx/CMakeLists.txt /home/abobkov/esp/esp-idf/components/driver/CMakeLists.txt /home/abobkov/esp/esp-idf/components/efuse/CMakeLists.txt /home/abobkov/esp/esp-idf/components/efuse/esp32c3/sources.cmake /home/abobkov/esp/esp-idf/components/esp-tls/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_adc/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_app_format/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_bootloader_format/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_coex/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_coex/lib/.git /home/abobkov/esp/esp-idf/components/esp_common/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_common/project_include.cmake /home/abobkov/esp/esp-idf/components/esp_eth/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_event/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_gdbstub/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_hid/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_http_client/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_http_server/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_https_ota/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_https_server/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_hw_support/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_hw_support/port/esp32c3/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_lcd/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_local_ctrl/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_mm/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_netif/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_netif_stack/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_partition/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_phy/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_phy/lib/.git /home/abobkov/esp/esp-idf/components/esp_pm/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_psram/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_psram/project_include.cmake /home/abobkov/esp/esp-idf/components/esp_ringbuf/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_rom/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_system/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_system/ld/ld.cmake /home/abobkov/esp/esp-idf/components/esp_system/port/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_system/port/soc/esp32c3/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_timer/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_wifi/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esp_wifi/lib/.git /home/abobkov/esp/esp-idf/components/espcoredump/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esptool_py/CMakeLists.txt /home/abobkov/esp/esp-idf/components/esptool_py/espefuse.cmake /home/abobkov/esp/esp-idf/components/esptool_py/project_include.cmake /home/abobkov/esp/esp-idf/components/fatfs/CMakeLists.txt /home/abobkov/esp/esp-idf/components/fatfs/project_include.cmake /home/abobkov/esp/esp-idf/components/freertos/CMakeLists.txt /home/abobkov/esp/esp-idf/components/hal/CMakeLists.txt /home/abobkov/esp/esp-idf/components/heap/CMakeLists.txt /home/abobkov/esp/esp-idf/components/heap/tlsf/.git /home/abobkov/esp/esp-idf/components/http_parser/CMakeLists.txt /home/abobkov/esp/esp-idf/components/idf_test/CMakeLists.txt /home/abobkov/esp/esp-idf/components/ieee802154/CMakeLists.txt /home/abobkov/esp/esp-idf/components/json/CMakeLists.txt /home/abobkov/esp/esp-idf/components/json/cJSON/.git /home/abobkov/esp/esp-idf/components/log/CMakeLists.txt /home/abobkov/esp/esp-idf/components/lwip/CMakeLists.txt /home/abobkov/esp/esp-idf/components/lwip/lwip/.git /home/abobkov/esp/esp-idf/components/mbedtls/CMakeLists.txt /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/.git /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/CMakeLists.txt /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/everest/CMakeLists.txt /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/3rdparty/p256-m/CMakeLists.txt /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/CMakeLists.txt /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/include/CMakeLists.txt /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/library/CMakeLists.txt /home/abobkov/esp/esp-idf/components/mbedtls/mbedtls/pkgconfig/CMakeLists.txt /home/abobkov/esp/esp-idf/components/mqtt/CMakeLists.txt /home/abobkov/esp/esp-idf/components/mqtt/esp-mqtt/.git /home/abobkov/esp/esp-idf/components/mqtt/esp-mqtt/CMakeLists.txt /home/abobkov/esp/esp-idf/components/newlib/CMakeLists.txt /home/abobkov/esp/esp-idf/components/newlib/port/CMakeLists.txt /home/abobkov/esp/esp-idf/components/nvs_flash/CMakeLists.txt /home/abobkov/esp/esp-idf/components/nvs_flash/project_include.cmake /home/abobkov/esp/esp-idf/components/nvs_sec_provider/CMakeLists.txt /home/abobkov/esp/esp-idf/components/openthread/CMakeLists.txt /home/abobkov/esp/esp-idf/components/openthread/lib/.git /home/abobkov/esp/esp-idf/components/openthread/openthread/.git /home/abobkov/esp/esp-idf/components/partition_table/CMakeLists.txt /home/abobkov/esp/esp-idf/components/partition_table/partitions_singleapp.csv /home/abobkov/esp/esp-idf/components/partition_table/project_include.cmake /home/abobkov/esp/esp-idf/components/protobuf-c/CMakeLists.txt /home/abobkov/esp/esp-idf/components/protobuf-c/protobuf-c/.git /home/abobkov/esp/esp-idf/components/protocomm/CMakeLists.txt /home/abobkov/esp/esp-idf/components/pthread/CMakeLists.txt /home/abobkov/esp/esp-idf/components/riscv/CMakeLists.txt /home/abobkov/esp/esp-idf/components/riscv/project_include.cmake /home/abobkov/esp/esp-idf/components/sdmmc/CMakeLists.txt /home/abobkov/esp/esp-idf/components/soc/CMakeLists.txt /home/abobkov/esp/esp-idf/components/spi_flash/CMakeLists.txt /home/abobkov/esp/esp-idf/components/spiffs/CMakeLists.txt /home/abobkov/esp/esp-idf/components/spiffs/project_include.cmake /home/abobkov/esp/esp-idf/components/spiffs/spiffs/.git /home/abobkov/esp/esp-idf/components/tcp_transport/CMakeLists.txt /home/abobkov/esp/esp-idf/components/ulp/CMakeLists.txt /home/abobkov/esp/esp-idf/components/ulp/project_include.cmake /home/abobkov/esp/esp-idf/components/unity/CMakeLists.txt /home/abobkov/esp/esp-idf/components/unity/unity/.git /home/abobkov/esp/esp-idf/components/usb/CMakeLists.txt /home/abobkov/esp/esp-idf/components/vfs/CMakeLists.txt /home/abobkov/esp/esp-idf/components/wear_levelling/CMakeLists.txt /home/abobkov/esp/esp-idf/components/wifi_provisioning/CMakeLists.txt /home/abobkov/esp/esp-idf/components/wpa_supplicant/CMakeLists.txt /home/abobkov/esp/esp-idf/tools/cmake/build.cmake /home/abobkov/esp/esp-idf/tools/cmake/component.cmake /home/abobkov/esp/esp-idf/tools/cmake/depgraph.cmake /home/abobkov/esp/esp-idf/tools/cmake/dfu.cmake /home/abobkov/esp/esp-idf/tools/cmake/git_submodules.cmake /home/abobkov/esp/esp-idf/tools/cmake/idf.cmake /home/abobkov/esp/esp-idf/tools/cmake/kconfig.cmake /home/abobkov/esp/esp-idf/tools/cmake/ldgen.cmake /home/abobkov/esp/esp-idf/tools/cmake/project.cmake /home/abobkov/esp/esp-idf/tools/cmake/project_description.json.in /home/abobkov/esp/esp-idf/tools/cmake/targets.cmake /home/abobkov/esp/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake /home/abobkov/esp/esp-idf/tools/cmake/third_party/GetGitRevisionDescription.cmake.in /home/abobkov/esp/esp-idf/tools/cmake/tool_version_check.cmake /home/abobkov/esp/esp-idf/tools/cmake/toolchain-esp32c3.cmake /home/abobkov/esp/esp-idf/tools/cmake/utilities.cmake /home/abobkov/esp/esp-idf/tools/cmake/version.cmake /home/abobkov/esp/esp-idf/tools/kconfig_new/confgen.py /home/abobkov/esp/esp-idf/tools/kconfig_new/config.env.in /usr/share/cmake-3.30/Modules/CMakeASMInformation.cmake /usr/share/cmake-3.30/Modules/CMakeCInformation.cmake /usr/share/cmake-3.30/Modules/CMakeCXXInformation.cmake /usr/share/cmake-3.30/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake /usr/share/cmake-3.30/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake-3.30/Modules/CMakeGenericSystem.cmake /usr/share/cmake-3.30/Modules/CMakeInitializeConfigs.cmake /usr/share/cmake-3.30/Modules/CMakeLanguageInformation.cmake /usr/share/cmake-3.30/Modules/CMakePackageConfigHelpers.cmake /usr/share/cmake-3.30/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake-3.30/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake-3.30/Modules/CheckCCompilerFlag.cmake /usr/share/cmake-3.30/Modules/CheckCSourceCompiles.cmake /usr/share/cmake-3.30/Modules/CheckCXXCompilerFlag.cmake /usr/share/cmake-3.30/Modules/CheckCXXSourceCompiles.cmake /usr/share/cmake-3.30/Modules/CheckIncludeFile.cmake /usr/share/cmake-3.30/Modules/CheckIncludeFileCXX.cmake /usr/share/cmake-3.30/Modules/CheckLibraryExists.cmake /usr/share/cmake-3.30/Modules/CheckTypeSize.cmake /usr/share/cmake-3.30/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake-3.30/Modules/Compiler/GNU-ASM.cmake /usr/share/cmake-3.30/Modules/Compiler/GNU-C.cmake /usr/share/cmake-3.30/Modules/Compiler/GNU-CXX.cmake /usr/share/cmake-3.30/Modules/Compiler/GNU.cmake /usr/share/cmake-3.30/Modules/ExternalProject.cmake /usr/share/cmake-3.30/Modules/ExternalProject/PatchInfo.txt.in /usr/share/cmake-3.30/Modules/ExternalProject/RepositoryInfo.txt.in /usr/share/cmake-3.30/Modules/ExternalProject/UpdateInfo.txt.in /usr/share/cmake-3.30/Modules/ExternalProject/cfgcmd.txt.in /usr/share/cmake-3.30/Modules/ExternalProject/mkdirs.cmake.in /usr/share/cmake-3.30/Modules/ExternalProject/shared_internal_commands.cmake /usr/share/cmake-3.30/Modules/FindGit.cmake /usr/share/cmake-3.30/Modules/FindPackageHandleStandardArgs.cmake /usr/share/cmake-3.30/Modules/FindPackageMessage.cmake /usr/share/cmake-3.30/Modules/FindPython/Support.cmake /usr/share/cmake-3.30/Modules/FindPython3.cmake /usr/share/cmake-3.30/Modules/FindThreads.cmake /usr/share/cmake-3.30/Modules/GNUInstallDirs.cmake /usr/share/cmake-3.30/Modules/Internal/CheckCompilerFlag.cmake /usr/share/cmake-3.30/Modules/Internal/CheckFlagCommonConfig.cmake /usr/share/cmake-3.30/Modules/Internal/CheckSourceCompiles.cmake /usr/share/cmake-3.30/Modules/Platform/Generic.cmake /usr/share/cmake-3.30/Modules/WriteBasicConfigVersionFile.cmake CMakeCache.txt CMakeFiles/3.30.3/CMakeASMCompiler.cmake CMakeFiles/3.30.3/CMakeCCompiler.cmake CMakeFiles/3.30.3/CMakeCXXCompiler.cmake CMakeFiles/3.30.3/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 ############################################# diff --git a/ESP-IDF_Robot/build/compile_commands.json b/ESP-IDF_Robot/build/compile_commands.json index 9ccb321a3..ec1138308 100644 --- a/ESP-IDF_Robot/build/compile_commands.json +++ b/ESP-IDF_Robot/build/compile_commands.json @@ -1195,7 +1195,7 @@ }, { "directory": "/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build", - "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.2.3\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_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_Robot\\\" -DPROJECT_VER=\\\"ESP32-Node_Switch-v2.7-343-g787\\\" -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot=. -fmacro-prefix-map=/home/abobkov/esp/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 /home/abobkov/esp/esp-idf/components/esp_app_format/esp_app_desc.c", + "command": "/home/abobkov/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20230928/riscv32-esp-elf/bin/riscv32-esp-elf-gcc -DESP_PLATFORM -DIDF_VER=\\\"v5.2.3\\\" -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_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_Robot\\\" -DPROJECT_VER=\\\"ESP32-Node_Switch-v2.7-345-g7cd\\\" -I/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/config -I/home/abobkov/esp/esp-idf/components/esp_app_format/include -I/home/abobkov/esp/esp-idf/components/newlib/platform_include -I/home/abobkov/esp/esp-idf/components/freertos/config/include -I/home/abobkov/esp/esp-idf/components/freertos/config/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/config/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include -I/home/abobkov/esp/esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv/include/freertos -I/home/abobkov/esp/esp-idf/components/freertos/esp_additions/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc -I/home/abobkov/esp/esp-idf/components/esp_hw_support/include/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/heap/include -I/home/abobkov/esp/esp-idf/components/log/include -I/home/abobkov/esp/esp-idf/components/soc/include -I/home/abobkov/esp/esp-idf/components/soc/esp32c3 -I/home/abobkov/esp/esp-idf/components/soc/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/platform_port/include -I/home/abobkov/esp/esp-idf/components/hal/esp32c3/include -I/home/abobkov/esp/esp-idf/components/hal/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include -I/home/abobkov/esp/esp-idf/components/esp_rom/include/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_rom/esp32c3 -I/home/abobkov/esp/esp-idf/components/esp_common/include -I/home/abobkov/esp/esp-idf/components/esp_system/include -I/home/abobkov/esp/esp-idf/components/esp_system/port/soc -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/riscv -I/home/abobkov/esp/esp-idf/components/esp_system/port/include/private -I/home/abobkov/esp/esp-idf/components/riscv/include -I/home/abobkov/esp/esp-idf/components/lwip/include -I/home/abobkov/esp/esp-idf/components/lwip/include/apps -I/home/abobkov/esp/esp-idf/components/lwip/include/apps/sntp -I/home/abobkov/esp/esp-idf/components/lwip/lwip/src/include -I/home/abobkov/esp/esp-idf/components/lwip/port/include -I/home/abobkov/esp/esp-idf/components/lwip/port/freertos/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include -I/home/abobkov/esp/esp-idf/components/lwip/port/esp32xx/include/arch -I/home/abobkov/esp/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-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -nostartfiles -Og -fno-shrink-wrap -fmacro-prefix-map=/home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot=. -fmacro-prefix-map=/home/abobkov/esp/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 /home/abobkov/esp/esp-idf/components/esp_app_format/esp_app_desc.c", "file": "/home/abobkov/esp/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" }, diff --git a/ESP-IDF_Robot/build/config/sdkconfig.cmake b/ESP-IDF_Robot/build/config/sdkconfig.cmake index 4043493d9..de5490a99 100644 --- a/ESP-IDF_Robot/build/config/sdkconfig.cmake +++ b/ESP-IDF_Robot/build/config/sdkconfig.cmake @@ -387,8 +387,8 @@ set(CONFIG_BLINK_LED_STRIP "") set(CONFIG_BLINK_GPIO "10") set(CONFIG_BLINK_PERIOD "250") set(CONFIG_BUTTON_GPIO "3") -set(CONFIG_MOTOR_FRONT_LEFT_GPIO "6") -set(CONFIG_MOTOR_FRONT_LEFT_GPIO "6") +set(CONFIG_MOTOR_FRONT_LEFT_GPIO "0") +set(CONFIG_MOTOR_FRONT_LEFT_GPIO "0") set(CONFIG_MOTOR_CTRL_PWR "y") set(CONFIG_MOTOR_CTRL_PWM "") set(CONFIG_COMPILER_OPTIMIZATION_DEBUG "y") diff --git a/ESP-IDF_Robot/build/config/sdkconfig.h b/ESP-IDF_Robot/build/config/sdkconfig.h index 53e0e7561..9f8b276f3 100644 --- a/ESP-IDF_Robot/build/config/sdkconfig.h +++ b/ESP-IDF_Robot/build/config/sdkconfig.h @@ -338,7 +338,7 @@ #define CONFIG_BLINK_GPIO 10 #define CONFIG_BLINK_PERIOD 250 #define CONFIG_BUTTON_GPIO 3 -#define CONFIG_MOTOR_FRONT_LEFT_GPIO 6 +#define CONFIG_MOTOR_FRONT_LEFT_GPIO 0 #define CONFIG_MOTOR_CTRL_PWR 1 #define CONFIG_COMPILER_OPTIMIZATION_DEBUG 1 #define CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE 1 diff --git a/ESP-IDF_Robot/build/config/sdkconfig.json b/ESP-IDF_Robot/build/config/sdkconfig.json index 4f610669c..b9a3eb417 100644 --- a/ESP-IDF_Robot/build/config/sdkconfig.json +++ b/ESP-IDF_Robot/build/config/sdkconfig.json @@ -710,7 +710,7 @@ "MMU_PAGE_SIZE_64KB": true, "MOTOR_CTRL_PWM": false, "MOTOR_CTRL_PWR": true, - "MOTOR_FRONT_LEFT_GPIO": 6, + "MOTOR_FRONT_LEFT_GPIO": 0, "MQTT_CUSTOM_OUTBOX": false, "MQTT_MSG_ID_INCREMENTAL": false, "MQTT_PROTOCOL_311": true, diff --git a/ESP-IDF_Robot/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp-tls-crypto/esp_tls_crypto.c.obj b/ESP-IDF_Robot/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp-tls-crypto/esp_tls_crypto.c.obj new file mode 100644 index 0000000000000000000000000000000000000000..250c4b193c1eb12a98d12bba8ee2fb75d32e780d GIT binary patch literal 13136 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 B=MDe> literal 0 HcmV?d00001 diff --git a/ESP-IDF_Robot/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls.c.obj b/ESP-IDF_Robot/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls.c.obj new file mode 100644 index 0000000000000000000000000000000000000000..c1de68fa20da5515b93210d13d32cd9b7db89a5f GIT binary patch literal 180176 zcmeFa34E2s)dxJ!-IB0mA%PIqOCSW09YjD-0$B)z5FtQN^b&4vAd<~22-byF#nvh= zRr}i3+SXdTsjbzvR;#aCwARwrTJ_UzF14GrRjXaB-~Y^cX1S9a5`^}Bzwh_n-!C`w zpL6ESnKS2{S?+U_OUkOsJu2j+y|4qX1|-rb4L_Gw+sonqu!Gf$l}tEDVDsi?Voa-Q3Vx z+!fuL=!$M@>+EW+Z%ITO+d85PiHzF%hK7!&*2cC;lcODpuI`T3&S+7?)TpXnT+|M+ zEdxlE6!OdKo0=01(XO^=ydzQHm56q>#kZrYNsaX_P0hO?O4fAkYEMwPy`!zGE#B6Q z@?;j9Lgu>G&hGa1wvH|c)(x~gUz@YfyY#VJAGz(}C%#+#^EEHbKDh9T2Mz`v3mgtS z5qL82RNzS9$APC0RKzd;t2kH@zu~Xq3l*mwF1Y0&-Vaoq_QVYs&2M%KamW6+7arb~ z-7fZ&sk$lq7yt3@4PXA@!~?44?hQvOK2mXbnZo05`GSa7h0|wm*tG0mdHmqd27RGC ze$&q~t5#l{e^4yV$laLX-X+flshiHyRPu^+b+8|EJW^QVR1?XzatTG?SZfeYi*5|;~K)DRS#ON zH|)Fpdm?!IW#WZpN0(u=8P|{z`p&(*jibaG!Q!Nz`syM0xeTE+vwIsH^6t$IWoQ5K zJ1P8te2YA*Gtos})z;n>UAsEAX4(4M%2j2neLv`TyS3G&AE@2Rva*_zs>=0c++qLv zt6f$TqlT5GRUfQfb?y2pe}uiponsr-=d$Wrzhw$tmo~LFM9(5~E-q>~n*I*e&S)b{&W(4S7kQ@e>4`sHab(KD>HFg!4M$aMUA`{9`j+&`6?-Zc9zN}fl8U_a zaAQH_K;pfjE3|)?yu$TEo%%cWpYg|0oA!J!_`Ni-?oVB%@qLj|`@R#KIPI@HtL?7`m`u0KTs>Sv9s?r^o9z6m+-Ee(q+8zDne*D33#lr7C zyKLdZH&!fsu+3%HK zsk3FgG#vQyBZs!mX?$B8Dl63f8ebBQcx87lDJ;FFw8XP=@P1{7^b%E?a`~;=2XDJH zbygmi7#d#n;GfTbFMrOCx5Y+d_v4Uv<-IB5*|tq{BHo2n+_h*Q^U;~`+jTXyB-*;W z`ZEuhLq8)Qdw&gy=K5V&+2d`ktx(ui_o!p^+w|;o^m&&)b?cM2J@Lfhryl#p{)Go0 zIQWUDzP@5qc3rlfwf*7W-gY3M*WD@m!#^;n@W5Y}G?qS7T3-2$$|Csip7I~*sLC!m zU`6nA4<0Bp?WXKs_g+bPRko>#uMCTWkL>$iLm+;6TH)Re<8S$!SfynRFS$0YJuRO9 z&M1{X15e&0xexv3^4j?FTd-RheG9j`=U$V^{&??u`MEa~i`=xd(107pPe}XcEB^?r zyEg5OVEm=e2d>@lcFB7mzT<}LFS{b`+RM^HSKJW%{AK?@g8#|ej(J>o0EkzJ1-syOZ8I&sCN;l|N2^IGF531jJ1*V3;po|ITth)9=N={NgKIOc zVQ8rP+b2R!PU!k?@3H*qrBL{VDfT76H>yKvB8?gi&XeqQ*(#OGH$Tm8(Mr>9);m4mYn zBL4SJ`~JS-isp=p_+`Hd#hczq|J8qoE8?I0%_KiEZ%iA0>!lMfed>VOkxw}o9~~~d zH%$mckQhJxt#frb`d0J7it&YSHQ#o?tQdc(*;4!C+NB%s-dK3%IAjcENdgH|VYAiyoYE>7lYX{WhkAYK_0Rv>J~8iz)bt#zfe>_zMT_-(JE|GUf;j?I;nbvlRi?LGBh z6JlFeS33@{@^`0Dd!2nhdqsTnrF}mu6LUgui+xWg#6-F4rSqck+wc!k);?$_*CD-b0 z|0`1J!S5G*Uuno=$qh%dU&J`0*^fS$BJa_e6q^^7!%}51KljaP*J-TQg*wF8Ng z+{o_J_LP6(N=3b~mLmJ5SKt17{JML^OIu#~yP~A_)(pKf7>9Eq#Z89JGShB3dRsHQ zm^c4S@t4XiD}KCU>B_rT(&^$N_`^lDKfur59=xdbx6&7tOrAk!P1ryE-~eq0;{kUZ zxZ+Z;++Zc+j{V`s_ifxGZoMgZ=BLFKR>q%l>BP&PNU|zyI`VBX@qoJ)n9Q-K^auC$ z)aUMgX|%5vT3pvti)yKb>BH^)KiwZir?Q^O2ghEMa?eodul@BMTf18ltzEP?>Fi82 z`1=g%JLB;^kMAo!u>IzTD2FAT-ugK8QN!2QJVhsWn4;&>}h1w9pXhVy$8soGW#g?3qPFv}H0U z4`~6T>^+nAT`dKo3R6BzlW>^1$%)cTVD35=|56z*^4r$%x$tyOFvfzNgFg4Ea7lz7Le| zgXH^Q`JO4?v*dfWe9w{ZL&Q+(k(C&FUgS?lQ9?-Tyblg(odElD7GlJoU!II13)82d zP7Zm`IHKVGib}d7?e>WL>iOu-(i_vVJm{CBCB(c$9jNr~s2L13EnOC9GQnzQI_ZHkqK`bTY@ z#i}j`mnFs&7EH+~2bS^+P8v)(+XqvJtpV`zw}nmeZ&jd@1RC%KjOtP zRQAEo**Z|?QB;may%>?<1%C*T7Rt`>m)XfE$YnNj5LC}36Zv)@d1dw{5c9k0w~CP; z&7d_|!F^2;8TWy|QuyR%;g$ZuZNhN)8*I3ehg*V@7z&;%-)2@45TSXy*})(Ao$=dzOW{w%>HU-FyY2=Ga1!$(M7kz*>)< zmQUKSwMNg8l$mm*qvubc_KRS;BjAuG8okh?vK+{}qnBi74N@JHa0mHaTRO$)rFI9U zQg^?DGD#W59aKm#i9uz40Fvi2SSgjNWl$wSGlS|;MNn!#gBmH|5e91{IKp791TQeC z&8PhI8iRHD6n1}LuwI738w}1GL&JFsrc)VwORE}aM#EssV$=NRs_NRW#6o2N( zykn-y?m}|(W2Q-vErpJmA=!AqV`fT9lqs_$n96_+KcB%|NhxJ8Puiu1!6_27Ggu() zay5g665P&UkreRV{Pyi)%;MqiVZ2W=;dDuOn!yqYe#wC6kIgb>sdVdi$I-CIER$^M z9;4Dx6bgAhDwmAQeY9MTwa!PC5^eI)3W+xRsA>ou9U6R8Ev0PpQH_k)oj&4Oz0gN% zQ74ZGpGJZ6?l#OD=UthjqXogil${yO2@d|YYVw?JqEj^wg;`ex zGhYQq;XgDRjnn4X6de2oR55!jIAH{=6H3RM+$vlh{b49Q18yR>1JNIa~UxW%T$L2W1v|oqv)I>5uk-h;-vo-0q=B!N)<1GI}^ta0}1`M*kfdcN@?oMvrm3sf@lK88HnOoXO}( zMspecfRS&{rx-0_+L6fkFG1!KM$be>-3?UA=s8Bq8NI-$iqS6_)i8RUb*W|aMr6!= zkW$C!&yg_?0BvIQ*NB|4&5Yh*)WGQPjQp8?pOHV)BF&y@kC8vq0Y?5zhtlL6UC1)S zY0}SjGm0?U&nS=4<&1`LyN@s$&gg1JW71>a^Vbu=RHtZA=?T2a&^!&PmIm zyPPK(b+ODNjLv5%Pczz?HsBFRd6v;GMlUn^NLuu1(B5ElWt#New;0`+HhOQq5byd? zRUe#i9^xoO!6ZZLBhh`~^e1s{XZC|(86rNqf>DTR*MwzSNoRB|qYOsZF&e<=V~hqe zx{=W!MmIAW%;-~$G8ui2Q5K^wFv@21HAXp%?qM{9(cy6RRTyL*qa)#gUk4h_=tp5Y zl%Ea{7=Y{@W!g`fHi6Nz;W6JryGe|m50CjS&{RhM4|C3B^o#I-mqDA$=$A~J&*+t~ zOeBjKy~?yDjNS_mScHixW#mN$YzA7+D8S)b#V8|E)CgJ)qXChT%|Nw`21aD^tz$GO zlHUQ^CPsykp*w*#Gn&k(fzdgUAs2(TjZt&NPTD&-QMNPf{D^efE=C`U$bG_vj4q8x zhuY2PV5DFHEU}-_m66e_kkC~MZwO9&4xS~CL%gabg42GVT(d1$^j>n!HNnAI$eMB) zru6A7!bH4h@E)!FWC^M;{1f(wfM}z6l_UU{Lni^CpCP<@{s&it!x>a$dagTF)_cYS6! zGaEK7B*XIHi9b_sM7Sg&>EO5O2xpa}L0YH^@6vc@QG0qrC2bsvLeUR}GbkHOY!%T9 z!&!%rdM37u=tby1wIlFRqB}KlE^F*fKCJ#(fE`=0x zOXtyhF-Tkr65i2WTIdZp9ee^CQJiySe>5~X-L$um(@mG^%}A7KA=)dZg=kZl7W#^O z|G8{Wi8C!kJHNCLZS3Ub8s%cyejsXt7=?e=Fz$@Zf&%4qz4?r+Pr8=no$I(w6N=C{ zEp!sz;mJ7fj;qh!3?NSq%s&eK%WJn0csAO}O8}NkQra#gO35xP&8``t8kP-s7ZdJFDd$a}9AaUG1bi|mh&){*)DN$ozUrX4%lc(l6W;yb??~p~CL)uTh|w6oorRkdJbCmn;*}=y^xp;`;?_z|ZVj5?9F^y$VG3lFKOgiNiQ@?!4Q1~g?8K1ce zKP}}(S=49cL{4CEo7_|sF}Ph)CNlVv1jP)#DyMi7gRe^pAKDA=l`b@sDc_P5zP~8E zeH+%(9_!GI| z;H#0spB9jl)FD2|S&?k)&Gsv`)htYxiLLZ$Xw-9+@rY(@P;XXQ5-c{TgVcJS*`1^dcD(eU6?|vWEWc>l? zyFOYwl9I|JK3X@3KCC3Y;8j2`0GYI0u++Swv$O93hn(1=bBgAn z?1Pwe2F^}Jn}=3NNeCLk*gU(q+ z+ok@#gjSZoY;8rYD+4FH#Lvy{e(Mdc;>8V zs_e`OSHAlnU9vip#s>cdQIkn(=!(b``Fr<3ioVSd#CxU3srDpE`j8|s+i7Y4Lfzh| zub<%BsTnl18+9$WyJ`@fFt~gmm$odDdva-n9N`FY%i)R>7QBuUCTX>tY;XDe1Q4M+?-(~Fc*m1O5343{!D zQ>~mGDnZiQm>6c5C9UvbB}vX)COu3b`B}Bx6#;39yNHW)Bj+sK4lAd3v=*FL<$)^qg5-Ck^(%200+;VC_1=fLV?$hhi$$<4*phX%d zo9@v~V>Xg|LPKO8anl>>X?c)NGJW!J zS~{d2Q_hsJ9Vb5Ni)MsV&WUtWH5tzDerDQbR70(~`OHx=Gk$_<6nXU!XJo-|w_hw** z91wU83-9c} zG)mU=nip@}N);7yp`{8LS!V|}D18@n3vY8^6s_ffLrWG?BU;DbN0;#0K!*^rZWQWr z(F4`(^y}V;f>+nUtG$^gqc7E@3c0V!BA-PRY2sglLV|YT{j9)#yq_J|i}!N^`>1=; z!K-%1w;Jh_$5$PgnmoShKzZ``ssroo@tx6ge82D&Q_9l#-qgzSm}z`N&?}EQ<@lyr zWHY``VrlMceDec?l!|h^HQnYfianXT{ONuVg4i7NxBy<> zlz`kRQJG%e&Eye0_$h&Ldhi(Ql)!0n`v@-C+H_as%NwI3TjycL*}{Z&(Nt4EZm4>88K|yq_(T&^bsy zA82*a`ui><+=Y$$W+RKhtmJ7Bfm4;$6~}T_!P6iDaWxH!;}W%_Q5Dyy#Zg*d9XuJf zIzFE|*^7~YEZ@O6WN-JJkfp9ziQByy$s@bnTdW46I98|%9@*_)LXC`r<94q**}=Zz z>D}0Ayji?fCi`@Fx6eNkL;8&5 zKMUhy*6&L9Kiflf$=#)D1Q_c*-r$#L3=jI1Qojl48odQ~z8mpn7J!^Fi*=v~IZH+h zC05d0t@__uhTA=#i&q0AUSJ_;%d4aIOlCRywzp@qL;YzcJ0bsjfVpKnD{W~b!BHIx z?!0fXG4GEgGqOVpZPPh!j;^hqsBw~;^UMd$92`~EUIASQsh4;2bMsVGReMgpsP>$E zQSCYTqS|xvMYZSTi)v5jizU>lSL2PQN3H{hN*CZF(>ueH$4l%4IaROqhGh%fVojzY5&6~rBI zv2&;wD|k9U6O>HMO%*ph3FY*2HLAlPrsJh87A@LLBvo znMxq*LOJ9$smob3FF55K%^UdHFa($if%8IgGWSQ^xhJG-d4j_1&B?V zy+Mf~MA%>7E+WlE0l%G_E3eTLObJzsk%c5bdYt9;-;d<@ zs6#oqYBRpT8n^eaUcAHcycKGP zgJqRpG8Klr;k+x^tP@}KRF%?(a$3ZazJ!{1!xXM%oUd>lcXNFbR1%!H~1s)=i@Y>-Zn>g+q{{K2%k@OzASI>yC<-(@X`93 z;SD_po3;}*u7T+591pp;=luQ`y6MX;Xa(BqCtXTHUzKfe7TBCZ;H&)*Xqp|v%nP}2 zdjA+qNrztE&9qR;gyQ{UtjdTLbQ=4|sq_&G?(UaM#=D$F=bR;~-CZZE(gJaqphD<%0+ z`4lV_tK>%Y`*K4}Sf}gx*oRi(B>KYWh9yMsuet7qI<)S|%LVdP-Jr>D@Y^xxqMBaP z#>owEBwY2RUMisI_p=^ByQQAmrM&GEm;P22Ui1r68hwaI-OEc=f9rNXZQU?bh%WZU zQ19MP2EIq4Yn13xRhaJ=q*KzTg<@5v-SD08gwxS*q|HVjJvwa9WUTBD+nX63so7-r z^dTZrmJsw=*;QcV(HTdTL`qRVX5vxvC91%>PpOaq#qY%3qF7Ujm;} zF*xAm2&=OQ6zNK2a56S5dhVi>TC_jMbj$xLY-_TtjELL4}A~?8!KH;aAkIPl!sG&;q z-k*ChHROFxzuT6oA@7@*-0!~G|04N#aliXc|6u)cV!Sw;p7KyH@8+Cks^5#Xskxtv z=Orh~i&p6u-+TDYeUhU(h`&D75Dzy3qIrH>L1r7&fC;luK+cEck0`YsQHA?d;VXVYDoRg?^jFa? zXQ`okE>^Tlf52QRKPc;}RC{*WNtx`VH?L84Xmi9_aT=O8SIVv>N?=$nEule5?d!PWB+}F` zmssU3^svWTS_uQgJ|v&{kg@}Lc|lrH*48(PK;CRxQH2y8oWY{W0j0R$j4{-gU!H80 zXH(g4H94Q0K1klMwo?QrM-AWP>0~5sKY1}3&@Y!;?Tfhmi+=ke*?w(HqD2IYCQ)>* zrAyvm(Hzshh;P$a>#?jg-TYGjW98O``x!f*9=!3(6?8}J>papQso!Q~q0xEdB&#gP z$?ZojAzl3P8S;@I?!SO#(FY*Ze}N^dz>-y9$tox}b}3jd^;!?%^0h$~W+AF_yrRt9 zfx*m?nd|a%JbHjXFhL9)cp9o;@?mg;g#%9=xL{yqE_`O9pkHC1Asv7IB@4V*ndldh z(oc~b8J<^}>j4iK2Rs8D11F->K_^S<;Gte|0n;#Y^U*#h z-?QmMKu3!^sNC zgw%4pHFCe#33B9MD)MdS*H5(d6{2`BOiyZ0nww=SYGIx>e z`=n$}s>Y*Znit*DG&AqCW_vsQ&&nUIo^=SlHoTjm9$w0_j)47 zn+3Mn$!wLmNsM#C>_iYznHzv-&qYf(JheRe3J3`dKSbZHmIQBMZ;&puG%RMxK`tAhN0WopSjyt@RFy*Gmytqt)~`TJ&d-REQM_&TV04Vk_BLmvo(%N z3$3*kMVhubDs!1)1yY@{63F#i#|{huyatv|T) zo|ri@lW^1!NWtdedo2E|pQG@^mZTQFMkDS=_~nVXD#||i*mJb_{r{v^meOjt*6j9S zHj8W;Z%k1%RY#rb|4kXhsC?9PW!SXm9Nk^cRxKnOpVCrz)j3IQ{D4;qHf>JVU7c0Q zvaAxEG|dgFR%+!$hsCMbJfVl{iG-?6HFAqnv3Wup!4ukDQrW{Io5tESmix)Zj+H#2 zIaT9`*m`ZK@!F8W>UWALh=?<<4V{&WRoh&4+Pk4Y0NLnsRHr-ogvfrKbanJukS!cn zv?j@Dr41@u^lfizw;@~bb7b0&EwbrDo7WS`UfH{)El$hPPiU>tPtS}Sa=k~5#c565 z39U8yS%I0n=JoCpRv=l9@&Rl6a6e0`(fI@9gVa8&vx$+debx%{)b6V{6{fM}jH!#3 zwNo=#wR$>?{Fo}L-$8Mx%8C!Id{Vu|yxd~eRs^%DSIi+XAT3*STea_J^{BO?NHJR0 zGgW$U(xANuXezRiq9aPO^&Up4$VQ5u3CY&Gv!@~(DcXkC(j!~+NRQgp{wK*saqTHq zfJx1I&(apBkrOk;wt|0wBme31`Lrd(oR1SzGx_?DOjF;+4YgI|ASInt| zT7$RdL%K|lK-M#-1X>-sfr9v*^N!G}nHJUz=vYlsA{9f*<~orkHP^MN#$e>=Y~zmF zNj$1WK+H`s82QnMVxivwF~0{J<~?O{)tV{+srtY~)@q5?ZY-(Z2$-XJP2Id6btyu= zm%i(C+vL7Y{fX&kQ!o9PdehIzn%C6zbBrkiXtS1=JVsNm`oT;_`oDOlnBU{?KYU#M zr!rHI6pc|1JdR$hXgqod>Oem_n~qe;)=PM%-muCRJ@x>4Uiu)bS+~4Gws7_UhRs@h zlg}(Y7GF&^jboxSZUZ$b>6meUFxD~qpg0FD&!y&pO%%9>Q#FzllR-} zr%wLK1jQZ@Gj&+1x)g&8h)V`3viglWd`y}ALS2vJK9)nRgyQaRU0>$YCRc*3sIb~f zf9iXkwT)pJp_l3uU8d^Cu<5y$Y<)+VWOKsGNc%U1_5Zp~ZR?xSYmYj*zWp+JP+Wko zEBP#4T%{9`q#|=->Wm)JDPUjzpuu82~OkbV8cUh zolT81y4u>BJ7;t>b;fthnLUk~Cz>0jsJ--K!+op3@=QO2o zOMQG>Q)}Yi(QR|nmKj^)@gC~1y2@n#j-HP;U=030+@;eUX08{Xi@^o)4>fwROfT)E z`?a@qbdk_Gvv=-P&1cki#JBaYZz)5*b#}yc`~Lef{rl7y{>5=;qN9Huwroi>Ai!p* z-`X3w{@8@b!7B;%cp|i4VXL~fTlcSJbK6#BBOzdP`UlU`2Lb?<+fYP) zi_yO}#eb6V3GyG$b6E)mKlP5UM57+(k$4=xGlalDPK(tyG*ImTLi3W44KOHXGDAWO zHB>G(kg4H)-bDvN0DyTgs2s(Dgq(=&p^Va#9D;{;b8E| zi)9A`{Kg?zB@(>HkywbPzPRuZs|?nN?1}luC?UacFcN&RhvW>|^fSz?ZEWkECY2eg zMw0GZ8@z)hMe}B;8B%?Qbz1T{a1N!U#p0w5{<(SAw!IyX# zo>BzzYNaidt&ROnDX4oxJH?n~6}gh<*zZ4EjR!qQ|IrPNTvO_A4^n$MrU%uSGJ+5D zn0oYRB1Bm&tUYpQ3M*?3d-1&BkP~JpsWDqhj^+YI7Ch7rR-5^OA@qB@+x^B6)n1h4854TGfN{>(~3zKmJP`{7=A-`2dGM|$XT ziZvJGtTLnzmpb-np>-`*UZ!$jj>=8iP2E}btxlu+{Y6r|l|}Mo_t$f>LO@H^wFKj@ zrgTi68y==YA$q+8Vj0bZkAy5m>#*Sw4Xy$g^b2xevqSQho9%p6Yq3My)%V zvanamDJdv&8no`cM5Xk-_j}A_ww%d5{t{;U=|6hmJ&=O;onCkkrr>?E7v3wGw})q% z88)S3n`<5CkliW0>BRYwE&D|K(0@espkR)S?q2ph-!vK2_u3)K1JkV>gf*PAR?jS} z7C_p1Fb@(IM}jS35U0qnuLrI8=Y6ob3g}QUZlaWc%E{}$&Y9>>?sme8l{84+X&L`B zCDVnq=6@g!FxaHE>nYdr{@!qfZ@pyeb4Jm7tCagM9^XJ^{ggb1<;?g~t+zib&{-h( zybOyg${G>K(8~UirNcvEh`PS z%HT|woJhIsi`p84R1Li|G(0{3|1B$9n1@>EX-1pXoiI8edqC11W$bS^FC_ zkTt#yMp~Ll8_3n?`W~~#`-tDOnQ-V~sUuYD0)KAw4kOu9jOM1)M?9+FhBcD&0495b zH0sbG{YzYrmg{C|EorkPJNCObqfBr8l3ahZDu$p*6KfF6r{8|GrI@ci^ysZme~w^O zj^`Xx!RNhy>xli%;Je)WP`?6RCQrl1KF(vxwy^FRY2CrW>GC%!dggu3raBX3v991x z%FzFUoA|d3(!cNE5n20WFZeTQOt~ zFYAZNUY@@+q2-;@?#J$Oy@i(PBy9FN4@qNjRy`42g%`rG{wQ$@)mHR3SHTaFp(DWu z{P^nK;A5=`DzM5h3@;>l18OgKnyTGF9hO1iQ0k96u(my>F+4c9o%9cd5L)}>f`JQ} z!NGs=8lm}-E_m8`_}W2KeToCS9*tVi^knqrGFmD|#+O&Rf7EbL@M61*bT%eLslSUY z>#rAE$aP1`_lN$5r7xY?9sKz-%P=!UJq-y$z76prc;qjnqkARQ+KWsZl6N z=Awa;RUp_Qa}-8BlnUC`sY+&TSACH}eg{T3e?EBB`YKv^VA%Gs%oE!uEf4HU89{mF z1o27B*B$bvlQq*<;p$RW`?tQN80>q%+5T^Z?c9Krz+LKb*&FZ_N4)c;!Dp*^QQnp3 z2e%aF>b=ig!<)mJ%0V70;I=vV0oq(+wb4r=>>@2@zniSDv>415rz50{pCoRzqoa!; znK#0E!5hR0)YbmemL}tst@MFK>xLQ*6rH8)MCsze zUMmp%JV-q@wTS9@P_t~dSlY8S4{F%jx`z5xqZ@6Nb+k`XJ=;e+O)XT^nZAB18g%Yd zc`sEy^4A-5>x&@;OtFv5WUr0VCs_qEh@{dn<-Rbq7)TC-58&j|?#}Dyta){P!R5VA z^2)Se$CNcz<);1k2raxoSv-WbnZ*Lp}?_FVY6j3%+*MhEXzi|w_-?n&l zMzZq<=9Blm`ifJnaXM4D`cQ_K`)xL!nV_W7vBgVo8THYA>)$hb|4-`u!+z_nV^)12 z^1s6F&!y7;Bs0O32iR|Vt}OqPc7G|A-q4kEjam>$dtTUeOz725U&Q76xdFVqzw61X zcl5&@UMD+Z71)6&#$y${D!38-W-6^yMyX!2a!rps5^eQt|Je(Vw_$Ey?^%86HoaV? z?2Yt4D_zzn@2aI`rL|RSW2;JIYbtBXR+Y}0H&dubC0iQs_)BA(*otR%=-CV zRg5aP?CPQic6QV^HH#QMDido?)OU8xn;YxWLblbnHgs;Q-<}Yw%2w6HYM0ei*2Gq= zt%#M>REmcBE<9(`AuKi4E-#sV@;uSlkx0;UQ&It?P-oNDSX)!WY;@L*-sYnllp30L zG&Ic-v88x$Q+G?O_03y5h0<3&O@xR4@JP>2qhMn!p6KX`#kV+G%!!>mYqn_WjN$pA zrq)2yPDcsJ9XQ&YpY`G%hs%|TwNW5VQ0l=_fDFlwcUotLu2u- zo$_%u8a9k6I_qPN^({@!yDV$Q>tlHAsG~c9N6F;FVjO|EtbYeK7zPY*W{6s@6-rcbS5Bi}4nkliZ zt+PvzJMK=Ya(yOhzE4Hnn z!`C3zo@kN7k`LO^V~X+iU7{I|K#xl5M(wdJO>N{e!hc} z5h~3%j#m46{~8rNqir|BbD79@dP}ZoK3ksrRaE5`!)o1cN1mmX5HnPPaoky($@mRtDb1Ft8l8?0M+)R$HmTZFEK2$+ZTQZ|P%R+XNtAu{snnvyftl?gn@EUl_+ zM1R#;^@1GG&=i+$i?JgV>RaOpxtt|!SU85{W~FB7x^g^T46Wq@(6R1L(X|8biMaMk ze{qYHUJ;CE#hzP4Oly!P^rF zEcne$I}&i}Zp@%mu)1_!48z92ZNtgU05AMW&fT7%1&P*$b>*>|)oW_y!`Ik2SZgfJ z9nCH+(jC^^VLfZ@WWV>faj}|ZOJh})YirA@^)Tw2X)7f=r5R94k-*;aC@Cv-vYu%t z)4(-lPVXdhw_y(nWt2Q$R%6pvZFcNeu=(7Pkjc7LPmf;Qks>rNsiPkXr-ACl3R_X- zIjPoOl>m7MWsmUu4kTCvU0WwS3cE1gm9-~2WcsadM%KN+to@1Bc*m}G7;0MrDX2cK z?T6e#Zl0Wi+Rld?bvHI*>(tr3z4AyS8SM7HH}O z7L_5VcG4=gD4(q?+eqmQE+RLvvtz4DFwbjZYs;3c!A_{YyK7q;M!ahorn|DUvm1Te zb0fpvcOYA=lO}tvh*B~2l?mvKuUs@W#2P!=TF7O~*OXMO!fJ@&`#Vb+1Zy|0jn!7J zDqFqI&6cxdp3`3>kh^OP9fH*?^8z9Br*B)CBbyrJ(S*#TOf3UIeis5OHg+oUdW5%J zt)&vQD#t3;tX@~6TgZK6yS0|IG?I5V;3VXqy2#YD->q3w9;;qmT_)A_H~re6aut1{+$xp9Xs^-NS5gGCjWxK21t{Y`}JAIY#_JKHE$zvAbSBR0hM&_xg}?IxtE+WdN2PBF(J8-C<9sb>)vlV3HgfmQ z8E81I8kXZyB^KK?ZCl#9X3+O8u-T>EEvIcYTi64)x6wkEl!LY3s!3Mt{$?)Ln%LUb z)kJ$5MQKcVgt9j+sm8TobyYb{?y@pOP>%BS&Gi;2?{5XPIOL$V z#zrSZIKSyd5v#}QD&2z8x8CDv8&hsriv(ETT-}X+P3QC#AWWG&ge#Ar4PQz1MlBK! zMc=;ZNT?a1t+rxbj%^k;)GN!hm-ce_QYRjHE|RA;HLYs*4)^6GX%1m>zeE=slya7@ zUW--ITFO!$B~>Yg(@`RL;(b~!Fgp|(qXb9-wn zj*~7j6TSx6rN3V$Pt_zAXKy)NwN|MS>-^iEW(R5YXX` zdZdVN=x*04ai?4DT*(`2s^Jr<{Ei;JTt|x_#x1j^(#t=>VI4C)({8A}qmjRv$1;-c zgX{@OI_Q(4_NA2S#5x7>AqZ2ucG>c>RV8Xkjdj$YuZM)5BDu8H?kG%?n4O9vU{NSHcuJ~*4&NMLqx zXCo@A*F~4jIwi{A{Ekj*so&DHxTzUmS4O$1vwj*~h%BBxbJl`cvuDjAI=;HRxC7sF zZ)%ChE@+B(cHq5{mhGnKw5@cSZ=5z4rL7HHqSIDyjZVW?9v5$I?M5Hd8XLP?XHY-PSC)7Zg&eD zfp!*t1@d!ZTIcyqUGZ(x-~j4^Qq7xMxRHc-g~k0c9ZdAfAh(KirvYoJM%dlS6B;g{ zlu6Y+ii(>U-Ad!S%bul1EJr4P>!va`D3MzJrF!D)R~(*kew6`?yhCSy<&u=IaO;FC zDy+`7gEqIdZjDk(P@LqgdiTfQ-j+uyx%eX~^TB|=JS&~PQ{J4$y4&Ri4ecIj73tcB z>ukSHsfbbGbgB?CHw{IZ1!>J+sbN04Cg{XP9d@*w7nN@6;+6KKxM)$baHmD92i@<= zSfhgm);SIq${%veqlD0U#hW;5rf6*;eH4?~w~{c-5qRy3Grsop^CDcW3%AeGlnrg& zv|Cl9*tjv3 zw+5Ja*?UrwSLWeGl8@k81f3aL;GVR7uzimV(VW1pOznY6>A0Xo(HXkClTuV$JIyn# z7w~v%F8oE>PcAV;fNJZnbj=8RJ_ z%#o}i?#y|yR6^wf3&)@j3*^#ch!G%yNZ^pw?>E~TxP-5Gkvr&@X#wDWGEGMguGv0vX7QdsZjjsS{U6NNbN{|ww^ptmIv*i*zOLTH!wkjlF-J*Ay zA?Rw7?mXyN#^a?VskCarVVC`bEJ_;`PCrTkT2bw7jH<^@g6<$hqPf1k6K7&61Xp-= zZ?LcYyu|-B4G?O`^Ox$K_DSkGg*PWLxBr8XYDMC>G9L{39|FW?&z_5HZSJ&G zYLgx!@4(DQGR~El?h$t)Bx%hi~R6X zeHtdGm2O^Qd>iWT;Z@Gp-Qf}u=TMj#2M}c$-+Sn24!ctm+kNR?%igc`hy|sVb&BTL zk*i3Y_Pud=Ps2X5u9TO4-ayF>J$({LhNU~RSj<;liM4NEaGaE%I?KChO808|=_qY| zh>B^qDZC-jNm=I`+kNS{n-nmdBiJ{Ur5dn1!vf_Tc$KEwcksD_YC$t8T^jMn+ZjJq ztis)Za}z}&+O$JArIQ}+o*nOs@jgs*`IAS{g<)a|z=vl3Czdo*w1AhEEnQbZIaz*8 zs~n9sHTG>U{+b9Jjy_w9)pvCv;HA1)ocMl9e#9+(Sy`3@xF37s-W@Tcm9zXthJsvX zd#<&ll9Ebu&_k@UCVh~EBc03_YA=OlP7O&O>6L%dU4?vR0yzphA~=hZBG*17R+x@H zHtCd0G7^Y=wgi;tJ8N#`l44fWc7MrD+5ljUYHi}9uzgCT&u7f)ujU1QxOxrl2kK+= z!9I3u6n1ni?O&^49cqD!T5oguA!ky9#@0%GGOalgOpWsMK3?`oCWW>A@kA4Sh^j2& z?=IxM6n$Pu7N)g;6r$iX8%g@Vv8ol6hPz^K#s@eWpj_wGRiZfGwz|6gwssy!;@ARV zC#1%boL%Lov#K*PA?^Ik0}_3Bii!dy0NTo}ncRiQp7Hl$5E58$>9c3@1v(aC+8Yu( zc|#~Y6|6~aZxV%i)`nI!9Q>@c#`k-ieeoBKw7uZHa1Q04mDQEC+EZv>OP?(&Wqsx4 z1jy7*2d1@U752s!N6A=872kXDa?gJQ$9=Sc|3r>HOk;p1JyFVWKU}2+S$^)VLQ*M% z*^#$_m{p}O4odi7Yt2SV5=nsoNRJn&@yN>$Fl?=l?{c!IV(}B1pTrOY@I6IqAJd%&bzuY*LJ%2`0@;|yuiH6YE7kgttIM7#vfLbKr3|cB zb7IsX4s@6z?dPddC;On>({j|piR7aT$_UoEMJqxlKU@#d#Uy(v?lw_Md6MxTKJY)6 zG*6V#qKe&)>c-z>>l=A__hbcavZrtDXzRvqPd>3AZ^~4-kVn!mWk~a_Kb)neq;|QE z0DfqKo=cHO4|+>}jttMi;Lxj1i#T8^9j)6tJ^3(&f8F9YFgL`?Z#I;ysZN>$Rt~Xe zox!jjHyW<4t}a_vTUlMftDyX3Ra7inwlF#=-qF^HN0i!{r&U)(k-(-oe|K=Qf4_sT z(ctfAiTCje3hzR1a6n>I=@2OMPxRnAG|%KZ;IF>s@}b zZF}cac4eE6N@>$-sLJ$3J?Jynm^r#Ga(&vz(r?HJyq08%pDul7>Cad|>T#}+tuXH)Utt^L2N ztayU-$N#KX5Pu9({hL>^e*n0^qSN2E?F*0T2fwj3%gfenQsX>_ZsvyhM>urjJ0VS> zLXiHzrS%HpFBhKS<0CLt062Mk5s^Heo^;}u$zRH0y3x0P*yJqcH?y1?&(&jK`n*2y zLWkZL=D*uWjaa^mmpk%YT;+ z`ocpTeisjS=*No-9eGv9iPt;rUA)PmyZ9W3?&5Zb-gScUUPs>X;*U7;zH*HCTMoaA zA93g|e!`*CTE;K@WnSwQq(8-Mz32;C+kCtbf1)=4oV@;JIO|_eI`QLAF#9j2oAod? z9-`R&{#d15PB!_;i*sOot-x5b&U%1ZUKeG>P)-UeQtY3`Hdd0ZG zk>}z@hkkA!*sNzPzr*4GcjHT){;oK|*sO;BkIPG0*)-#sxV)_p<{9^jVKJX-mKBW&l)uB)S596gyf2GHW&3euD zsdL)*h0k^Pn~xD+?C_iQm-RVbY}R9zcZbv8vEnZ|?T;6K!;$y&apGs3_Q#8V>B#%n zabk1r!1Hmuc!2zO0uE^uf!Ehd{gm-Q~tPgDboB3Tl(P{5u zt@zQmE|;!=lR=Fp#T@Kb%@ryaV< zCv5*;JM_Oe_^o5a|8n@FdOySc^@V3U{4Sp7&|N&=q4$LsIsAR$H4gv!KCs!}^Z3tn z_#00!Hurhl--V9+TaFWd)@gs+3C4Fi^344lkH_4{F@DYA?+d@-@SFWM%X4u6Ybn2& z9y-A|(~&p*1moF`ytyYBpXSJ0?%*{J-f@EQ1&+K6PcXjJk$1I&KkncMjuSuZw11=z ze8i!<_-Thudqd^VszkqoB1e42ub?wb062O7nB(jpd(w$NGgMQk5ES|1uwTRa<~#c4JNovdC+o{}qi-OO)lJVL9$^uF*Ihks@tc(y|~ z=N;~Ep+k3Zl|y&2IsdRc7jJUfyLg*JcX6vjKhgLCNB)HlHs={0-|^z>9Qk)2CssK^ z`2K3n8?5h%#^(IN@?UoJKVJN*Bk#37@aqoU#cw!tbADm{|LV|PoT>MR%%9x{&U5I) z`oO~-y7|0@`y1oXU2HyYVSe*@OKNP+PfU05LZ`nKec)<`?qYMk;r?7~&O1y$(b#-m z!tz~g&PPn|aK>}7gLfYzHlK&EeDnE7|FAjlFu#i*cJz7d-;96k$anEG4*i!7{pr_Z6qVzOXreaeEh=^AyuveAwylc=3-Nd2bvi z{)^L|_OARgJ4wPpG0Ly!UqLZi{MoPR!0!NX@_u);v)}DWC;oI_hVa|>h0T7QU8-1d- zI?!jFqt7@;pPuw&|7E)AFEuv)%XAl;^F7mDY|evBH&MyhobMP<(W7KMw+}qup)ctJ zS2^?=3+o~ZK{4L3?|8?)J?Y8zWxAQ))Y#aE=`J?$&U6<~&`L9XQXkmZm-$^h&uQ=C zMGoD?OC0)g2b=uC{kz!YkMX)C6@sG3nU5l8K6=uV)c+LJR963PDk9L*PlycqcjI?MbKcn)qY7iLcZ+s(WR+(T}n5FUH2d`iD*YGJjv# z_zUy9xZ2Uz#kCII#m2u_ex1X=sSj+{Gj4Czuhe+2BkyttU-xgupLFEke~kDkhu_6V z9QyI%=N)q$@6kLgCg)Y$09bfX_*qu*Rdzj=;+^Bnzp(v$ULy3sE+Hu^E$ z=*QUTXEG(v?|etU`Hp@)>B;&r-RPGZ8~vDW^kZ!FGm*ghEp+U8s-y3zj=nwV$@((g z=$jgw{WsIowHB$d86VTl_)_C+N1ho!^PBzpiNR5)Ka)RL{;}dxOP(&G5EP4@`C07D zPfvRC{4m|jPik!Dhv@^f5~;D752m}=%m>rWd@wfiabj@P(bw3YNvHV;Xdz5@v6&yHyV%SR(_L)hiRmsj`H$&lep6!;Z%lWw znQx|>`DVP-8Lx|tzcc@Ghku2IbrFT2D0A%JHy&dP=%u}x50+=_pBfwcGTqoWH8%ER zy77O;=DxHnN!y^PaK>BV_*+kUa{M#hj3+fV{=jsjFJm*m6^?$Dj((Mnem&{Q`Z3+; zml_-Wm~QlAZ1k&i^jqoZx6;wCCp}p|rW^fIW1}C_jed-cek&dQRylaJgKHeT#=*4? zUhm*KIev3L!hav=i2gjD|2~KP{XH80Gg`_Z+1`F0mFUKQ`T0+S`T0pRUibM#e*Vw? zJe1^h=>A5_{!D%u>tO!8$yjBaq?=KXm$*>NE0Wm0KcoJPetds*wdUvhly;5zKEYr< z51aPx`O`h`x#ufB&y;HUyuUV>_jd;Ke!^alNPjy&61MY4^7!2Nb>oHoQ>!D+6n{4W zrLdqspk?x1ScKp^+cZyDWB}i9VR|-ep2iU|1lXL?B7&a1dICTEiinXYKd&JE-q2WJ z^ZZpr(6dyVEdI$To9{zM#B|`pR{Pn&4_NpV;9C6fD_tzsWvWRROM&P6RKgX&=6SDl zQ3Y(~KV6&we7nWJ9{86QJ`33X{_JMpZ)tjlNB}=(VS4uIEep2+H&~ed){A+*EJN%9 zHqXOk2znOkb&G!=@FWXg4s3rv`$}N*JWz(X2H0#+GQF09LBLN~{5il+S$G)mGZr2R{1*#Hfq!k`B4Cr>vZU|b2A%koC1!vg!jHoA?2~!^ zDN8H>{-`43`=6(2UaBk*rNG7?3&aZGnVP>q)BxXX;q|~*Xgoq}0&cZ%J@7XyOwT^O zX5sC?_VYaLz$Sl;5Z%D`^K>5qwx4I(1AKuck7$3j@P~mXYWs{3hkzGa_y*u=3x5LG zem?Otz{W>Mh%W%ow&c^ZPaRhKuL0Z77v2YK>^DMu2iSg|k-l4EKfgt`n28^LjSx?v zY(J0p6HOzIQQ|q^bf25>FM!u*JX*X0+-Tw71Dkll^GCqTE&4maRT_^I?*T8da1eho z(d@Cui45Sm7Cj5ttsqh0g{yL&%Q^3P@hb7{3z-Iqa zBEAS*s_DzbUBG5PyG-1h#J@~@2RKvnmx=!d&a?32z~;4DJO})g{#r_%_%(1`H>eZ8 z2mYuQSSQ{}YF{ftAtOzQ^a% z%A)TCHv79eu^YH+q~X6D_+|A+NumGMz%S_ut`j!`|K8H)7T{(*;dSD6;9CY5d3OR2 z8Da2!z(MT*b>h3ga}e|VsuPESo2~wiP<#DYT%C9pIH3OwNS*j4@HZ{~*MMhP`n>_X z!)pI7aF^8|{fW|7EqkW}e<5o0$p)Tf^*0VFCFM9V*x1D8QZe$|N@;HX8f1Aa(cno~ zxD_9l1Dof~G5^4uta!Q+`1cVb?-t;6%f7b**AyB0oxtC-=Hou#Cv`%?`~%Oi{N*t4 zdzSwm0WP%KKMTB4CveO^@O;Z&uK_o!?%}_00AFdv+q=N$TJeA*fhZlU8q|q&;0G=H zWdnc4n!n+|-?IE63jEYq(|!_gfkmGQJY6T;Ix!#kT1)>Wz*W|GD}g_1#mgDMAA`>P zsuLT5KW^z?4}7LIz9!%X%m2;;&b8X_0=~@hpFO}YPBiil0&leFhk$R^>s_6=3HWLY ze;WAK38wuQfZw$Gy9;=>rQbJ!>#gxU1WbD@e$|P`flDoUKLWnNim&H@FNzxeUjgqc zHu$%|FIw~YXX3ZU^EcorR{tJ!d&lzc4B*jLKF9&4oX#(-2f!08ea8Whveuu;z};57 z%>w?irO!g(4c7cG1Kw=mD&QsyuLFMF^2c+4<)wpEs7`DJzS-)p9r%@rzPj-LUBGu* z0{oaYp4WkIvi##6;5#h)(B^cX6(1SE?bdt_0sf?wuSNoAS^7-? zzTS$*X~3QM;a8oQhw=sE3_czBs}_B^E)x&dZ{Q=AerE!&vBnbzzD$V&e>3peR{V4W z--@Dyv5T0GT={I`d6YyXwUT*~+Rcz>A1YTn8KfVr}Z{?5g0PE?8 zevbj?So;4E_!3M0v%ue1;=%tb;FB%?{2g#vL^0HfH-VqB_8b2MF1GS*7{2hJR-jH~ z0{_a=Hy?PG<-bwjsn+^78F+x@FSCIMTK;<~@B`?RUv;7s_{&y*tAIae@vjFSVc931Hrx8msn;8oUoyASvli~bSdN3D3e9ys69?~}l%TK@cb;E0tk?gSod z<+E=BpJ(~Q!@w_F_WeHaJj*|y23}*WS1$tpm!;3Ez`wKN>rcSjEPKBT++dC0!`eQ@ znx6r{CtLHM3;aIXDEp5B{*&c@MZj-c`cDVWv-&#)_-Si@umt#8YyK*MU$^YF2Kadk zp9Q?v(ysydh-L2<;MjFeTmJYQ@EcZtzXr~;=)VX4kd^EVv$A6C4N1ExDXHNR7U&$Z@f4)6n(ev5#=Yw1@8e3E64YT$L2 z|7-yMqZOZn}GAJ`04{tdOa{Phjsbjv^g z2K*H(Uj?AsAFciOK;VRBpFH4KEcv5>Z@1RNiNI}^{xg90;75&bKFWW$=CcI2&hiJc zO)GR#{A+i|u0_8F_--qI{1@=O zmOp(K_;t%4z6?CUnvZV)Ut;+iofSN5ehvfQXW92hz;9Uj^m*X-E&i8)&s63>e)$7% zq2&*61OLnN*M9;3+VZzF;Z#D2ot@)}0?zHB=9(bTN{&Rufw(Q*rTy4$Q|4ZF_M_Ey9Vc$I@1rbKT1ft-8 zgE}B53_(F*2%@5nh&U=TARwSHAPksL5iuvsiWxI{(W{s-Au1+B#jKbxXT_}eK2JTh zPw$y~@B97tt@ZX=(7$K*uH9ADwX6H|>C-bCx{n)gr$YC1^*ImvRX3h5gC6YKcOCRn zHy_>xy}Qf5yP;2X{q->PWv>0pp?7ip_aZd!$!MucUWfk5wf}wSHLgEDhyK8|{|D&( zT>t$6y^CvaLyU#%oPTrZA6*0()#v>u66mszhU*H zyFSo|*p?S@z1%Gl9da>)zsnAPZe;ot;Pf_ZBGIU4he-`v|*S?FO zA9Ve56?BEG?@iEiT>mbH-qRib`=ML7c#lJ`cE{^k==WWJzXE-q>(6(f`I*kzw-)*j zm+#*|_i_9C1$v0vA9H!SYyXDm%i(T3Z36wM8_#W_uXp3M1iFPgUzI@*a>u6}dc5nO zU7`EBFNeP0_5bzIf0{e?w+MPe*WdR*Z{zCE-0kCz&r{I6=F(D?tb}gk+V=+Z z-fnz;0NuompD&>IaO3eu=y6W}3BBH(e;T20XCX&ze;Y%WyZUVgz0Sqo2Kq3}$>!e$ zdKcHe4D@-fzB@znoNN9Apr3W;x1rEmy8b=@`a9Io{6|6aGoI-Q(0{uAng;#4JAWMu zU4t=d{&S(varHkN`c2or7emi+t z!d(w^f?nzJp)2$dcfRNW-PO$pyFq{Dj`tAgo3>5svmbOD*Z&7YuXFh_7J7k;KN)%_ z=RXsAh>Le3^b1b&UfykP{LF_w!PWl?=<8koFN8kNjhEY@w{q=Y0^Qridjxt*SD&Y$ z=eYiU3Hp53-)}$xYK_BeqkH*NIm)!Ac0o~0V|IMM- zp^P2>4$ud>{@fmVt;^pm^qp?L<+*sCYyUv#x7_jE8@iXvrxDN`Q?|cqXx{TMJrR0_ z^FIoDbEkQ2dY0>tQ=o^t>xpxq)9-()l1rdxxc<2Y`YTud7U<_(eeQz3!nOB7=qFwO zErUMQ&3Dg34|DZf4Skv$pYK7B>yWnZQ|LckeZPb5=<=8M_TF{*UxdCs-_57Zpoh8s zZw)ST{#!vWaQWUDx{Vv}-JomS`05GW&DD?hvOaP1#~#pkxcJ=n>ux?c1o};P{CV$U z1J}MO&~03Q&Vt_B)#oJWS#JMlK&S7csY)(@?&%a~pV{@aa*zo8#=x(WL7 z->yGfg1>d+a|`HM?s}yo^xv-jJ3tR|{hx#G>&o|m9_KW#g${M)_ksS%s*CH11EH6? z{u&K^zdL@Dpx3(moDThk8(+smbI!E(&x5|i_2;?JJ2?MKp{Kj?axL@*u70;duXOpz zzS_;rR}VqYbmM{7;ypT~`+ott9RIXbC9i>dx%q4jbZ1xJ&!8`K_4yw9{SImQ-=Pn7 z=l2GP)y+1e|2Bf&(e+Oo=rdjU_R#&^c-;>AU045|ppS6p3)Xe9yME{oeYV^Gp3q;p z`CxzO-(7!?g#Ofx-|^5ZUHfXFd5=g-RdO`+eVB7h&w>8N?e9$JNiP0{&~Lfpc_s8~ zu0L;te%g(9-V46b#lH`Fw9~vdeWyF#E1;*k{k;sGbN+8bmpT10^kO&PehtlQ7;DeZ z&>Q0znqCimx;q{l;9T0iQ@Xtv`USWDEujx_*K6BCSGfM%5&B_wJ(%ZqH$U`+e#{+@ z!O*-1XZ6_^dZatvRnTi1q}#_pr^{Z+BOqse{Y@gyC;u8r}f)Cd8$tN-IEugXSwOBko1CkBldrv`ECYwNSRd+mYhfbHi$vx2N z{`w{lL$@l7&&p&ubo#!u%H&1pbbo!5*Pzq=^-bP`9$FY+Rqojl?sb>&T|>IRU6Nnm ze~sJUKhSHP=DoLcf4d~b(CPkmNw$C<+QC{>m2@o3y|nd8wuer~Yp)~&y+a|tE0dj} z)A8Rcsepc_P@pQ=3p!nTB>O`bHsi_EL!kN0nwHA&Y(W~YM|f7}H8)?R=QfteCnwa2 zmrqWGPRr+$bD>wb^XH||>5@&ZsZ&0i++3%8Hdzck*L@zlzfSq?$z#yd3IV$(&p;pJ z+OrCJk<)KMzw7iz(CP8%o_q=2#l`y(x|h>`K&ScMJ!ybzozZT4Gw2VtHA7X>x^OK- zTeqYgbXwnT;n|`Vh5W8e%CNnk)8)|9o!%8Xt#7wvFmzhqZpl8-X??pTBcRjzc1uP< zkGATeK8Hg;;`(nJj=Voc@xsWFd56 z`hZ>p-NVJd8#>L8vg9G?Dz|+Z^bt-!2YrsyuRs@u8%n+doi6Q@kD;d*4DFMzp!>M` zu7jTI^xx3koPT3X{sW!f7~t^aH=XVW?c2k9&)wbjO6Ycl{>AfQ(CN}S83SFIZZPsEL3b;hf2xw{ z(Eqsh9S=RO@OhvznFoET)8|63aQaf{Kb*c6x~y=#DwA8GiwhO%oZJQdgu6a}5ISAj zCQm@GE7Y%T@+|Zy7w={0^-jMHeN7==W%4ofu)_6YW%4!jVyAzGKCRFpRmpnj^!uF3 zWCI-gy$T6XnG{3&-vew8?SBujHMD)owmtb=)>Lq&w@V2=?kG>DdczCWC8S# zPA`P^zjwF|I_tLI1^uh5&x7^0KLMRy@8WnvA7|Z#E9sY^FLe4X=)0Z%5PG@OUqG*Q z`UmJ1u0Fp*@9A_A&TZ-a(6&ia=*6!6n?Toje=PJWx4k3u_fBsQ{l1%zv(V|%GT9mW z&4Pc+qyoBG;q!21_-?Dx>0#J@snZ8Tzw0!g1-qn$?V&O`0{T6tr$aX^Bw$r?Jap&6 z{rbw}6zE<~pAFrwqs6OAE{49>ZNCcoBioGM^V|Tv&gn(aYn=bx(CKHKs^nqlK85~o znJj}I=Jd1BKe+NQLw6|DzcP6XI_LC<(0e%j1$4F3KS2BVze6AH_E&^sRpWG1=-Ezh z0)3s+TSBMbPqj=sLZ|uFGT9#5|GgVNi$2R8Z=TCPaQ)REI?b1s$sW*)-TwB2PM^na znH&VY+-)BNo&H{@Wiko+d$;{4==Dw?3(en%X=$0944s}2S|(>g&$i7tzVo5aa{4mp z8Loe?g+ATsTcDRXeP_M$_d{>%;ynhPb(+tL_jCFs=#fsp0eyti%(Y{j{tWt7r@w=q z=i2)#^n9oPf%bpDX9L_TN%OsBcs4Z6_m;`#*uH1s{DbHJ3-?yI)8aTD}M*{P^XtbAM5l|=yRQ34t>4TFF^bFuR@>Y_Ww5YBBwuu zUgGrU(EN?BmZr&f&}*Fj1$w>He?xCrm_M2(jXL7D;WN7nzVx6)#)vvm$>?O zgkItF_Rv2&oq^t{aR0Y5=?%^ARJ2qk{h@vQA<+G7GxonPbd}R1p!2T$DCi+h9}Yd! z=^E&>ot_1Kz0)T`k8tr%g`V#8Inbv$eG&8$SN=-q6;9s({f^VOL;v9PJS?C9xUIm?AFE&lyfL`gguYvy7=}(~la{6oN^!J=ilb@jPFITUYFUqVUUQs27n=9XwNxgT)Z5PAwp?tR@nfwUpdWR55%dqP{N44oKL|b4`9BUl z(&=ZQ8{wX;mda!$bjIn|p+`Ht2D;YiPoWRC;;7%(&^1o~1U=j7KcG){&xfi-r+x{DLVK}2aUuJ>4#{Nb z!setyQVV^9+y4pB%eJ->Rmo}4&$;dAL$`JF?d8xvxb4?NH?!i1e;f42_{^uJD!Cgv zUA9Rcf==tRO|lGn3*6JyQkgsty_?gkp?Oc-w!a6R?r)pq6X@B616GxM3!N^TB)>ox zs*5jr*F&G{;x*}v^P|%(pwoNQmC0t%jS2xbN!mlVa=H_A1KhLJg6|8UH*-1<-Ph?p z(7Xq1{sW9TpUypI3o$qUfD zC#t0~Sq;6=>35-<+h#myvljZL!u^Y?S{>jLO*Zu2|cC@?5#16^nyo)_S6Gt>EZP|^vy zFkG>{3_4u~Bzfp21;c=(5A;B%2STUw^8okVHJ$n=!?8WxfB$48bh^L(?ze9A-z}Mp z?dg2ETT%<1p09RGW<#e--(+4L|GvpNb^QA#7uWIMCAq4O|1Qamb^Lcp?x^G6D_K%U z_ehr3(cP2fb;@^7UVt7~s9^VGHS|QM--SNH>9x@5(k=NKI&E*aWF2%GuUqmLbQ-T) z(x{7%*DYxdoi1fb8|d_SmnB<4&nh^SC7qz>I$Z{RoYQ&eeops+p62vG=<}Q&3Y{+P zli|?mkZqrggdSFKXrGLO9_jRC=nhWTLLcn(Z0K~^A(>Z4cS+8HZd7C*U6PBTi=Dm- zx{1>_LZ{b%U6MPX6SsW{bOWcCLZ{a!U6SR{Lu_~WWc~tl+J9Y=)zInEIe8a4J-(fj zwa|s>65pSF4PBUiq1QooCQ`|r1E zp*y(pv!PFPdLDH8d8lo24)o5heiuWh_siNQS3&RNw%-Un(dj#&k8pYk^wUl+g`V#8 za_BRhegWEl|F#;shil)v(7l{q3!N@4ldqvG3x<}-I_Tj}{{@|npO#6Z9sKow%cMDU zTECV_8|a%0^=p}I1%0>EouC^P>eDhQgYM^a9@@YEtq=4WZu>y!=gUUP#dWqfNftm~RVdITxgPp$ zr*DNGSEz53YoOEj#WhJj zf!@OH|7+;9|C=N~vAo;<2Xs2$HA#xl*`wU{4WTb}`)dh3)agy3_i?%%bUL3kNjgHO z^L3M?3v@aklqB7u`xMHTB)y>1_Ln66pws!VBpCvY6o^YnQVE?d9g`~PG#@)AqoMm1 z96BZwp_@BB4Z3i90QV=3f!@*Rqt{;iY8>-e`$R@Cv|JXuvoZ<@SWNAI0{3VnBBe=U=5pr3Pk9rQ}4|AfA- zaQs^)4Z7m_JExmMr{7<+Op2i!6y^tfp9$^HA6rBBa^*Wi`}k$hK7J0`pTBm7_Vasx zXdizFbb9`4o9qicr?9`a$q49WP9F-Lj`z07IOyhu_IFGsL+72Yh3@C{Z0Mm*7ZA`e zImk=sgX`&$$vl*|h3AEH>glWN>4o+5;(Getdit4q`mK8UvwHfQdiw8rx?wk~t0RpSA@%gW^>lSTJ*l3aQBR*+Pv1~aFR7=WuBYFqr$4Tzzl@s4rWO8P?q79u zhot3B>JQFwtuSA7ikeoI=~GXSje11zFG;4=+kSLCeRb5^2LH~<{q?p#5p@TQ=~g&X zzfo`d4^i_ocq`158+Hd^nU8<168t^8sA*$;bM^Gj^>k&_(?a=f$&qz*_vG}bwZCj~ zL(~@k$vWHf$%pl}H_XtJb>qJtNxP_NE5^T`b+-3P_N}-5$f$YFZ-wXOPpPB(CRf(c zyCru=JvjLHPo9mMbABuQy^JrTZX5KVq+u2inA>+xIz&wy>({@|_C1nA>uo=w&i1{M z1@*Qk<7Z5(uAMxi+t_5vjOyB{)wPqRjGr}Ta?)*R_YO&?W2Vo_WhZ5)WvZuSr**F$ z%m0p>Gx!Qta;#*W8k7^h5`IXN?}yTz-XICVyC&6p|U8T0UQ1@nyYwbe7Gjy)2q zsncpFO|6;n-!|1ut*Jh2GTbKBOh{_SPOCn8`lQ6$wIOfRIGI{FJ)sx518b7&u?9`f?WCHd)ZR+$|G;lz7{+Ho@S^k&9fBaXD ze;GngLZ1Hx6P@@k6N+R)X>J|Btpj@VzaIRL#Rl}ke;C~OkKQ?!%Q0p)>?H)HbCz2( zESqDL9BsJ}Ant_)^K{SCGasB7JI@URGGT|IvI9a*2ZX8)$S_0?I`;?^N|5p_P|kYw z;7)rma!<-~#w!o4=8k#>$pGb{1k3geTSJMkfqnxr3_TzlIwQ1WfSS~u#d@(sFP7-V z61^CuH*J~j#7uVCR8vJIw}*oB@?e1GL|AS;8KBgqHSTBQiZgt-|rkgrk!Q zM=R4ac=im>{pXylkvqHpUAF8Qa4F<~r6hWGi*7XE>nL zF>ZU3j+h&!_eS5#tFlN+PW~t%g6eK0mAJuUKlFS<*{BNN2%>d#P*iQ zcp+7}J;n>ei#o>Z5$hKQ8SG)maUJ7@*?>C63&W5)#_JK=8wMlnVQ6Bl?4lu7G|V2< zF>udV(J*ppj|~swnK}mU87mq_HSA$ra~%(Km`|urkV4RwsyJJv7L-4Y~BI`GJJk0CRba+8OtQivUIjw%2+aKat)g-vgMOz z+_1^I*HS8DIhC=b%2-xq%HwFrSYBl;u`-rf8B48<oS&h8OytjC0@odFJq~fwbaX6>SZnU zvX*+;aJ_)$WW$v~fH*d?;ld+WVsB)_MF%aGdRaSPW$lEOwbaX6>SZnUvUbwSS`KC{ z2eX!gS4(2QebC!cS%fX!G zV9s(dXE~U&9L!k`<}3$umV-IV!JOq_&T=qkIheB?%vlcREC+LzgE`B=oaJE7axiB( zn6n(rSq|nb2XmH#Im^ME4(2QebC!cS%fX!GV9s(dXE~U&9L!k` z<}3$umV-IV!JOq_&T=qkIheB?%vlcREC+LzgE`B=oaJE7axiB(n6n(rSq|nb2XmH# zIm^ME4(2QebC!cS%fX!GV9s(dXE~U&9L!k`<}3$umV-IV!JOq_ z&T=qkIheB?%vlcREeG?KgL%uryyaltaxiZ>n716vTMp(e2lJMLdCS4PQ-f}Q+IheN`%v%oT zEeG?KgL%uryyaltaxiZ>n716vTMp(e2lJMLdCS4PQ-f}Q+IheN`%v%oTEeG?KgL%uryyalt zaxiZ>n716vTMp(e2lJMLdCS4Pg8Jtjt?h<}DfXmW+8z#=IqC-jXqI$yjcgQf^sUZdqAw zSy^sbS#DWbZdqAwH7vKREVryIx2!C;tSq-=EVpDVw`450WGuI2EVpDVw`450WGuI2 zEVpDVw`450WGuI2EVpDVw`450WGuI2EVpDVw`A-QnlrdU*QA37X*~jWIpfuMdB|2e z@WU=0xE{LyaD6}uKvx#AdmJIJS%e?KS%hmk*iDg;?{Em!fkRk_Q1NqJd6)?3!H)p+ z;5vB35Ao$TLzIVv4x0+$Ss@nYXLuIoI(V=m0oVxCD5N#lg{YwjiiQv<$~8-b3=Y80 zsVEYr53b{lg7Ppgaj)zK?v?9Mq7Z|wEE4x_vs8JQ$yk)lXHl+0(E>0SiiYWsYujs> z`&g8XXHl+0Q35@!X<@JQq=BAX2TuY$;~kUoP%nDMLmt*}C=8=8tI{DJ;IO7cp;nj09fIJ(7~H^h?4(dlYCF22(+1{39)rVba_5vsIJbr=F#SwMY)dSB}_Z43(Mhx zx;&gExUV?W!kUpotpex}>SH28g{0t`&0>gf!eR)C?s z;|8un9~FYd-V7%$bU`>vajhe)&uY-&6h(V%N;pB$9=p;`j^*L3&8Be!yN>IyOIDJV zDkNbckqeVSVL~ZPOJN4Xe(aQ89!~v?&x$ZU*9aSi1H*^$5P*X*Ky)eGpDZs-I^ld2 zeAH9n^j0xQtBMd4D&9dW4;LBiP97z8ryZ@(uOW=(OvnscLTUt1ZfNMEMKLdx>(DVT z)gW$X$5m8>lQQaH6IK}JBk;YMhQDrKL5J%DuA@Di@ad-mrdvnm2ST9$haNXr)>(uw#wsep z#Zbkdu!5UiW0i*;U~}l7L1D$sad+Xui<-ORI_@P7Xx)rOKg0=Nw_>SdzlC`pI$VZw zt$xvcP--QN?h><{4y*3cLWg;b>sT(H&NAV2M!OPA--SVksi2}FRIg%CSfSS8qLa0c zBP?8U!aGjd%5dm#t%P-)c=c@rb*yEW!&%N+5nCCK0qmj6xn^f_O}}uE*quDutN@R8 ztcYE3m)l{r3-9u9d|7pRj?lNBSg9i6VspgMI2gk<~%GpTm5t4=jigpgDcu+Vx!hj2QY-e$9=NdbX6J8t#v6gmBK~6@%=khszkIs7h)?+tmjPGC&;QHaExXFm-e2 zFvN@X59b$_i7g1%IEWvHK}G0DILE%X`GmDc&BAI>STO<{gHwfe6Y?KJAy&mMJJmD| z!#G>T$t;XC6xX&muHxy(F3Y(?T;p*^p)=VA9zk{nk5J46&5t}otM9aC6>TSB{=&}U zc+stO=#c9nG~3V6Y&k<)4}^w1KQQ>4jtleYRlcQn%qqsYT=Us3urtRzWpl?%^F;xYo@`2w5DV1Lc6#M_dRG={}sMa zEVr94<#x}d+-}g6hfZPR?Y>O8-Hs`@+cD*KJElA|jm~!Sr93n)SXh?;93=tRy#ZLA z032xnED`L|v`6RzZ0cb*UwYWhmmcAK$xUH)Ko*5l6V`Eh)QxOv<*06B(~pObYaIaH z9j6~_$hD5YZjD37OB>y3=XM?!+SxR&W4U-~q?`V*$4f8W@~4je@nf03H=sS%Cw?Z- zHy*IZ`A1)2K*x(6eSrZT=5MYwF7zb|%fC1p)}f!;q3_$_7q9#@ZBT0*Xx^lb?Y7g0^?MlL+>efvKCM%$-FiL+`-|H% zcBYH*^$`u*!|4Uo<7%z5X zW8<-jLn0o@n7CmY#YL*pI?f7lu!So>Y*Xks!s5V=`5w=caaM?vML1cG7^;xU?>ODt z!PeXnr-W#X6HC|>Pn0&6WRrt^rd6e4H^x~ce$IGmy z^)QT{X`EDZ_*Cv4AC<#ukX9Ap{DjZdjEHS)CsbHfgh2$w83@~0NvN=@2Lm}pW>c8bwYT0dq(Y;DbvCO(X{Bv>9Lci&ahD9YZ(ns zUnhr;t*M=yR9BCmKD}lts{xogz3?pcq?+3C(`&{|uEx{THMP~X)5qYs?djEH$4sl8 zIXy<>Gu7kA)+RH?Pv**+V0#F9#`v0X+A@9o*jXWbe1Ln(VdKZ);dB2Gw>PB^a+@_g z{msUjLCrH&gNM5()l5Ql(4}L?%oslwJprzrI=Rp)*0{P5hkFke1&U9@%QS90icUQ? zl(anr-*IRx9!EFl|ItsrICm2&Hg?QpJlFpJRaD(m@R~Mx%%qxXJ_m2zU0pqM+@x9K zCgln~p<*@TkFK6^Y)u+JJncStOzq)Qr%wrk<3Ih!)F}|cOsuV)R*hImfN5i<&%j}y zIel`WZzqqhsk1G((4%g6i&M8wb#_r*clWICgvnD6!=M{Grg}#0RE#r!xc}F7_Aj@M zoiuIY_~|od;@1K*swYpHQTrdI|GS5kKkQf*95ZXoBsIkjJ7d@1W@Y#*1hlDk{4xKz zxBAR7j?e#V=l@R!mS%PSZ%6KbZD(0dW&hX0|J5PGq~CZJKP>-Yu(j?lAF}!IcdlhiOaQ zoJD?AJfHlS_&#v!fhtS3vX9d~NOrQ>`5WNYgJmb1{Y!A$dli#x_HV)MqMdB^AL)Oe z{K;njh5pe_Hv1p6$2erOC-^;BYx~2rV6!))J@ysZ?3;nRKCb=p_rlf|vib0L-qsef z*|T7)1KI37=pX-BC)wzh~gm!&G?d9*Yt-WOPnGd%1lFfcG*y>3(`{ne1KrzW?zl#3RPB!~>w8vvdHamas zYV9SPo$qaEJw#)SZ1$zJ$1zDZ`wFo2!%D|3Fiwh}RXw*NKPT=1Zp}YvkA-Y;n5SjW z%V!_3`H;5K9|jP{k{!@<@suu2TG^^l5_su#nAX zIk@Y~@_8C;?IN4cDzLSSZ1&Y)s}I@iZ_@us#Uz{kUHV5m+3X+C9@|AW`=?-Q7uoEb zi@L^Rw~jvXSdh(UJ=p3@HhTk%J=+)A>`lOJm#fZXvvXc*7wvwIYC(IfGuiz4z5}Z> z+3Z_^?O1T0u`%Z7oC?^>UQr!5hnNr9;_&^HWv|NTFy})ypCjlK|1k6{=R-E16T!tX zFXqxG_95AP&H-B=lFiQf$J$Q;X)Y8UPQF&D)?^mEZd#J4^q+kO{;tq<>@ zPpmW9eC`8Voylf@2yAsGoBdJxKdm~G&AyEO(M~q|)3nDrlg<7D*y>C+`)aV&`E~ll zI+M-k1F+SZZ1%Na+ZWmFpVR*t)tPMeujwD{WV3%yd#p3r?7x7m&SbN%2V0$!25Fti z=F<#pbtap=1=#jQHhU}juTY)IX5Wnd(M~pdTiRot$!6~WwmOr|&i7JVor^gq?AZ+e zV~pdU`D{V`hU%~txa>_a-zj7MWb^M%|F`7Rk3R9(k})h^n}W}i-b>^HL6j{#f1klCyp7i`5Z?3-p%ko{?0o7nVrYI>nAEZ4cxjN5)=#Be2xQ`eJY>1;MV&n4%vLp z0vCTKA0F$n&&3zh{)PA&u;^J~8Hx;Ii*j_78CJ_u?HmckQb-lC3PS`HO#$PY-a}kK#S)UnzgG z`46N2Px7gv|2pv~`p08IHvhwEk9k2hdoAs8{FBW-2W;b?Z1#Cz8@FV$pGE(7RR^-! z&!c~|lg)l1?Q#5*&Cc_zjemd6y%F}Vah%*tpV$_%mA#wxI6lc{57+jwjrFhXt&P0S zH-DZ7t#1CD_zLW8-%}gO=Ff9tyJ#ny{cYM~8_8zpxzgI`&zn3aTK)a`k>@x&reur5 zcLZ6V@cnbvCuH*}23s4+W^V(wx{=Mk1^w5kjbyWLMgM3go1Nz}i{sC0+re&aB%43q zduDa!JBX~#Wb^4qdpwS0v+qfJJdR|uj{sX6$!0$oY;_}>eKh^wR~yM@A4mUaC!2jD z?eRF0&0YhxHj>SL9N5~(_bOQ%$>ziN|5+Q!X1|d3*haG1uK`;d$!1>&wz`qcek=Vy zP#ei+zk~kKPB!~pw8u7*&3+%)+DJD0GO)FA1%2Y&PBx!a;Nmz}zwZ1wo3-9ga~l6Q z|6m{XpLVvQ_5QMx%|F{#zSlt0!{D=CX6Zuauub0aH5{LV2e~Y`*zFy4F z@5TR!E5NNcKqIh_tqy!|RdJ%1Emwlu9-#V=&4=g8cG2$7nSd-0u75#r!d&y?M4%{x<$!5Qi_Bdw9W?uxh zF+(={5^&cd_0rXcOyI`w7+3fr*Z}tBcT-HEsSx0UtZW88j{D*~XWm|yD8p)>(xv_XNauYE>YnN>x z?gZ|-p?C*y>jRsGm}HCDi$1Xq74(VceX{usrBCd0ejac8C;r1iHlJbOcF|5Y`@!J0 z-{C(jWV7?SqFuE6YmAAo+rFleV;-FdE^Df`oB=LwCVreg8;O^bn~R?V+w~RM_WKdI zcw_l|NuPKfMK+%w=@Z+#o*e72HPWW6h05|>on{Z`ns|NX&ox7wPbJvqYO?KX6zz7c z(2#G!^hec&IK`-{kh;3_*h%W7L(@%s{`5WZ`1!bwS{c< zHS~{mve`ePJ+_5x_RqoA7P8rY1Y4b(V|rmEKKH+oj82R|mx#2wCPCo2&n001?IK(JU1{f} zg@tT(*1x#3%JLeccsnuMQdTOiqCIjLCo#SsC&$63^;qqfZ1K-4Lve_4cEjP(#znT8qC_dTji|8NiWV0`(J?1#s>`TCw<7BfxO?#ZL$Yx&& z?i%}W6@B7-MK+(e!PXYC+1G%r4rH@`ME?$I3)$?S(m&eCX8)4**cP(czXw}e$YyVa zA!v2xHG^?m$6Gt*c((CFwm5BQpV$ol>mAKz-}0cZzG_`9yPv!I z!Ctn#`k|6OFE+scdVjH%J&g8oDoZx|WN`5gDm#xpBjrOjpYy<7WBkqN6Wc;IpANLg zwvf%9$}S zV`Q^$2ez?6Hv10rk7J2!cFtWk#{4|SYcq>OHve8=8)Ia%4+MA3ss0VXWqEg8%EirT z?;!>zWj&pLFEPhw>)HQ32V0-`KkRe<)6P6C>YeVlXlL;zwC^J3*8@d;#Qd{LMSUBG zzsKB>ysPZY$D-ZDeBE(TKQZ&GsK2-`xkAibD;gj^fILuqFnN%8B6+ZQDtUKtEqRD| zE_n~}>Eu1dmyq`oFCY&U-%Q?H{3v-J@k``=#UGI?#h;P)6aPdWCN9FcvS@!XZ(S7) z7w=9!Kzt~9gt&%$p!hg)mH0IBLE;O^2aB&EA0mE`JW~7=`B3r8HCyDuav*-x%HRL13 zi^!A3_dB2E;7(@x|o$2hacZ;($Hzehep{4x1V@fYN?#Ko96iq00dC!ZtElg}0RBcCTe zlzhJUX!3mVDdY>p^T`*AuO?q4UPQiFd_VaTF&`@_x>U@^K8h|A^VWIMa|$cER?I1*=sGb|wCH*<4|&l-F}t|v1~Hpd zbfcIdif$6$LB3i1Ao&*YGvr&vuaa*Qe?VR&UQfPVyb&hfA_l{<1^Hj%&g8}7Ecs6H zZsfbfL&^UZA4I-ed^q_Y@u}n`;>*eRimxHxC%%z@hb9%vcE_ENc<)FWAS?DvqMwZ*UEmV<4NRCWIu)csrWKyzk&Rj z?9Vx$H^`sM{+09jmHdV54RKjh^rg5Z`73cd^4H=nQcF zjNDB80-2L5mQTpd#Xpia7XL$TA#T1gxTSbYa$CEb~pGoFqkL5CQ?DLz*vCr=z$3B089Q*twavU>j$+4e*CU2>j4O)QPid&M~ ziMJweCElLgUfh!$%MK@RE&FKlHsaaj4&sI6j^aDX+lt>Nmx%u&cM>;k3FZk6OFPHg zled$-C%IHSh}=cIKY4rc81fF{spK8SCy>j;XOp{%uON35-$LF=d@s4X_(^g`{4$v* zTP*LBbK-BvdGVj*a&fa_a1Zh3jysck%AO?jt^( z+*f=Fc~|ibWL^|t`8T?nPmwcG`O7d9oZRBy{`^n?QPmy^MhvilB1o4ODiQ@0blf-|Mj}ULv8hoU9OY&rK zDS3*xoLnOwK%Oezk33C0ntYUay5l+I>9X_hO&84&Uqy~NyNFyX`vc^e;-|^8#H-0M z_dg=Xocf-8w0zc+j}bS=P3NLx#cj#QiMx=G7xy5~77rw!ARb0OQ9PP_lDLLEM?9N+ zviL0WT=C`PQ^Yru=ZTk)PZcjC$2?s{j(NI7n0*~zl(ga?2nQ!5x+>j zRQ$H%_sN&Z{t@vT` zb>b(;*NdMaFBHE>zCpa2e53e#@=fAj$v2A|;ctl--6GzZe5?2r@@?WTaFelUk@!3E z?c$%wcZmNa|4Uqi8)rp}#T$_C6mLwvOWd0LZ*g1l-QqIxJ>uTvCE~&4d&T>c?-P$9 z-!Gm)en5OI`9bkXci`SE%61Qv%epCBtD)~k6O!7+c@#L4p zbIGg3SCL;9FC@PrzLor{crkgk_+IjB;^)Y(i(ebl!=aGLBUrAmk zzLos5_+Iia;xEa+ivJ}4Cf=|;_;+y$`44e-@}J^e$$yE5lK&PTOkOXZNd8AWi=5!Y zJ(hXoBJqXf2IA|;4aJMejl@gIjm6KAn~2{eZy^4ZyrFm+ z$(xHe-3A=Xb|h~hdsp(7;+@I7X@q5Way#*G@>b$8aR>0WvbQFeh_@tn5^qE9EbdI+PP`+zRGcMu5${UgUObq*gLn*iNAVPLnfMfP zSMe3(ZsMEBJBj~I?k;|roDu&(&WhW21n0y#a$Y=`TrQqK?jb&h+*5ovxtI7&a&Pf( zhK>d=zZ-d8+}Tq!<-yr1|Q z@-XpTWZuZc@&I|bcqzE#fRsz4{Tcd_MntYqy208#BsB6|z+NO6vQsCYN>DDePr32(S!A(uw`KJ*zadlh+%cpUjK@kDUR*py47 z{UrK~lYJgJ&Rq-0yrGNbX7b_UMc|SNDVIk3WAvFQ`*QLm@vG!`{qqs|2-&|S^CmHt zb>zw7WION_aU*a^P0FRw-i|&~W$!?ab9EVcn(P@eZ#-k!nLJ%QlpLSWIe@%lyz*(sMsd&5%r@a8&}4ap6}ZOA8zwPMmBHzFyphyilAY-yq(be4}_8`6lsf^3CEo z;F4QXE{*of=yR*=w~}uYKS*9Aet~?u_yh7C;&tSIiCgagUM%iPzEfODzDqok{BQAS zaLL^%mqz>1^tng&GssKCw~+4@-$A}l{5bi3@oMq|;-AP5ivJ=%B;IUC@WbLhOP|MOKZX2+_zdzg@wMb)&2_hvpOk$Wc@x=Jl9$W=G5IO+ zcjTwVKY>f0Nx3xI*VAW(?9Ix+&x%`;pA)wuKQHb;j^96)kzbI#FZo6BKIE0+{mCzh zuO+V%-%fs6d?&c%m6S`P{UQ3qx;;&PRX)#?W8K~$ua^B?a;)3u}eotIM|1~L>M*Cj$d0+Me$sdSEl0OuW zCx0ZaA%84Bn!HwgE;-Jtmy);97`WEiZz6vp|E1(l#h;Tu6aPT|T->l5IL2&F?x2{P zI{Q}SFXX=+`Acz@{FS%|xa8}UOQXF%eZG->Z}PX|VdQumN0GmieJnX1$EoD+WuHU- zL3}E?nfLn~OVLO&ni?1zxs%6}ZWo%lHCa|${B z-t8P`zmU9@{2wE?7r#Q@TKo=~4>(}?fgJPn4|4nsQNwI%Z%XbU|82<~#XFL>758=i z_`BN}&uZ7c&OU-%BLBn4oy3QOOFE}q8tq5XC+7GGaP@;QXuT|Anc5sw3xWK%AU_IdQl$$l0YF}onhq+A;9E9uiy z_BY7A#2=7*i@zZ6EdG(ai}+V^A94FUxUU$mqsBc1@owbZ#6!sa#G}Y@j7=cFtFbZ5 z+2@k`%l~Y0h4^Cf0P)r2f#N&KG3Ep0_?zx$oP9NUko>drk-Ud^ z2lAfce&o2XJ;?8={#DLCj=Y!rr;vw=Pb2RwKA*gg_#86 zl_{4-`>XWXPxg1o!^EGE_ZNRj9xmn!%Zd&Vw_>7aiF?qar6Y}BW&BznP+ma`WOUaYOgUCmSN0E;dPasbgPa{teA4{$gpHGf$ zyqx@++IWkz-$R}%|E1(<;-|<*iC2=Ri$5U8m|u|NJ7<1#_Qt(npCSKE$hG24!6h?O zE{*mb=`&0AKIEgt{mI9O2eIt2DVIk3LG(FJ_Cx7&e9EQKemH&N_e8VE@q41v$nkrk zOUdzjqDAD{inAD8aze_b(f$~HPLzEG`6ThnKE$tR0HCeIarPCiB4rZ;$=cnfgJ zsVSF6`}XuXP4+DLbn!0aGsFYQXNvbGpCukfK3hDSe2#byxa8cFOQZb)`kW{G0`mFd z8=U*$7B>f%yq0olv~NwH*JUpuzaj2TepB3+W#3A9a=mv&rv^FD8E=zMA}@cp>>C@w4QQ#V>+O)}~w< z?eEd&6WKo{e=7ct{F!(i`EzlD-N0Xnn}AEcOu01LH>1y2vbQ6DE#98|jkqhzew%V> zwD+aYcd}QIzZX}Me-IC6*&kCbjrMW$`APOka%=HCavSj(;F3*KE{*nU=(CyZH;^|MFD7pxzK6V}_)&6O@ss3s z;vdLciT@(E7bg|i@75`oM*C*47i}YZJ96CbcH|DS??{gO?LqD+`!3{d#goV-;#zVi z@iE|%&MB8h`+4-)PWFq)alhA)OJ%=-9QV7J+(q{L$=iz`2AA;199YPu(f$m5c9eY; zxlH^PxvTgiayRj3b|>d$A4-mGIgnf~ z`)G0x@i=fv&y-7}eHwjw$$l)kw|FjjXYtwOUBvUreZ&uw`--0??<#%{T(VorrP2NY zefr7%J-NU5XL5zO?LhDVacA;C@%G@7K`EC;d!9b=9`A1C!SWeMj_2!r$-B#5O&%hi zO5Q_UOWsp_4|y-~i{zo=HRQd;Uy}C`|3Z%E=$3=P`^w&hTq*8N-cLM;d{pBwuJ$7j zlYJC(5d%9c8Rd_`99$8E&|+mnydapC*cjJuF)wBLT@7=K`}D-K@?Wc%8e z9OG9z9!rk#k8m7*OCIBg-;YmI%(H@z_yWh5kf+OjljGaS$Ef~yIbK4ZsrvK%rA0CR zD)Lc^^M>Ph$T5ES?RjLr;?3goy`#o|kYoJtJM$5Xe3I%P zezzXEAMLYM|0;5fKaw2dk99nO9OH-IvqwIj_84=nW4>d};)mb1&r;nM(tfn~Hpl-W zA0zuCj-Mc(ruy?;XT~p(Pf`8Xl4E?nf6U^4=lCabjNhU+pG)aSj&TN(@yrSPe=o=Tl21{b5snWg$2il;G0rS< zjB|qHlgaZG=M2Z^kYk)1$*0QaR`O}$J00IcK3#VHNg?A$$!EyUKR03=e&ZjXd*N%x zEk0j|&1YKJ-tc?>$b8jx(V2?FuMCa(>Q#%mQR9?bl4Ja>$!DqTw&b(L+dKcR2 zLq1pBk9?kZcgK5?&zJoW$JONdvLEjF2=ZeZw{yuc{%Pb3gX*zb!e& z@94NQImYkn{QEnfA&!SS|8dTLqVt*Rc!u-m&!UPhR(sDU;~5XO_fp3T$d}0HddD}B zFO{7?n=$53Vv6GPJp2m5;`3)D7XMYpeB8F^GR5IfGK~3i3yaC0E*SG?2^POG4ui#S zN{;m}cHD-1x#G8TybU?le<#N|a;$#^Irh(Ba*V&XnVEvg2vw7$2v@ zLVTV=EIv;U#^;e2DE=jmuOP?xw>kb7ImTZ~zEWi$C&y=g_{dbzRkHIDD6@Y?zFKxZ zzQgB{I3E5XUn6@%d~D#eG&DDJ+=6_qe71JHE%`dxw|Cr?e7)>_9rq_MlzoWfq2%~{ z(KvFf&qQ*p&s4`V$gw`BI6j>m_c3ut|^Af7)X4!cfGv=v+&)abP zaH=)t6i{>v{=>pUYs{g*XKd(yo8y0xZ^eIDmNxCYep^V6{dSwG{02Gp z+Zx9okz-$d;rJVJ9B=C!hj)_1@%9hxksIRXg7sB1$1TXQ-!^r;CHYRZtApcCgv~z;Q65a_D`6^fT z2FJI!I1i9xoTbjb(%D~e_O;Ibd9<@1ekI3a@h2I1!KK;8;Kxcgs8> zpY3Un+?Bjc_Ppa>>d*lbnG5+I@my=`scgZpS2jnN!-p?F=MP4rZkB)yK$9*+vk#aNgQ}W-$ z@uuXbW$)}by!YlA*}KyoIZs|8`#{G-$j{2YujBp6JRxHl>v#hBdD&|mPba@1`&`GT zkz@Z{LXQ1&1^Gq!U+4HnGEe?kZg(8s!xQ`GG1?alh}8<9#sx7{{~81Lc33vcWAJD9;E$s?e}qV9IMO8yKCNfo*c*IOXR&}UqgOFWj`XnDgJ@X3qUMCliwEq z&OSEUIe*R|$76RidARx{ zyyGa^&!+ty)&FA0mq&lbxz=%b4^oV?g!UNc0q3)V{H|iYK%S(2c-8S6nw zHM0Nc_!sh6)jzy9DaLQQ3GDC7zu0jb@&~fFbG!{X#_35$-MH*R{!soEjt7&EQ2qBN z$GYuDK2r87@<%E=lKioFtmE)rrnR!qqWu%`apX_MCp$is{F&_MIG#`bT=vTxUrGK# z_JxjbCeKtGA0@~AE+c;_|L}gN$S=~)4=z|%JARWK<9tv4T0ZN@`~Z!mQLEIxAvxMN zclLJ99^L^J`Eu_%k)f=6I5O9?z3=JjKlNUkZEtD{{Vg{3!d|bN-=R z|5(ny1oMI~O|QY(_MAEYA-r787digMJ|SEjk6x?@i)x*4mrPN&Uc5u(7bxW zvvj-l&-nrHmue2p@e%G>p5ZwjW#&3gf<6ApIe&i6UzGFL=KKvgzX0~*uy{NxZ$J4= z&M$<&(sI6@<2T{dvz$wFyv)pUegk{_A98-JmL1%It&=nj7)?w9lZ z;cw*+%JHFa+E$b0EFL4vJRI+Fj)gt`q?|u5=P%6pYjggFoG%_b>pLyOefaxzzdr-p zFSKWQ-p={I=lU;l{+pa%eZ$f?Yr!6W6Zm`0cXRj$afcjl340sMUEv?q>;`|M+oyky z2f)0MmZnj;zAo3)=lJ+se_^h_B-hN!@zwCZvl9RHZ>*KbwoTfy$z7%7N8#1PPr|E*aVuIBiEtzgdpk!oDus!5*g?UPt5XlH)$G$Jr~#`@$aQNZ8{H&-sR& zpP2J!!yK$PP3OTMYB{gW`D=3i&YZtH=bwPRE$-8Bx?i}ye}%mb=i6}F1{MD??CmW- zhtu|@_+Q`_TAo!}CtgpyCcM6Q9e4wA8<;mi)6@=LO^@>~@P_hL@VaXh$M2EjUEo$~ zcF*x%@J8~7<#;gMT;q>{dBZhL$G{tlC*}BLcs=z~V2?Q!-bDTM9M6C`SaO=Khc^@7 zRPBFB~R z=31Uza($m%vsaGy&GjR4{ZYB*m>eIQ>(4K;mggdP3-QbxUj=v2@+`>p_rcq0`5(#g z6S@BFT>tl6^L~y$%Joe)Nn^IvGOPxt@tIoX{3iB1%-iL-L$2Q`*YBEZ`sKKPt{&QHn0vmyQ}FGyoKxX~_`)1t0(aH&-vH{#x#sp9-<9j1g*#~c7vQ}#{%bid9w%@&jlVqCf1PXo zmE&Jv_Zw|i8h=yR;}>#VJbs}2opXKfT(f76i^mdlpFUbo+dOOe)64M{`^%(130Led z184ioq}9xdePPm&EB1wfvwdOO(lqGry7n}FjR|M_Hg=>Ls-_c-U%$iIzM@@d+N-Ie z@q0mVwjX-;Vx!x(XR#@9wq18Gn(gHK()c+7XWL8nqv@-rKaFo6INN4;0L{*72GaO3 z183VRA422fNDQL!=M->ue2F7zd`y_(G~U()&W;r`il&X`RY&9XGn{QFKc1$gng$yG zPJy#+_$Sh=rRF3W{~m<1eGMkll&P6QQ(odq`>8ZOzQ;5ge_jk{$NiX2^K#m7AWbvU zPj-wKI6KD6%*5F-YObR3b}w*tjGEarcWInCH1kWG9rI@{&5iQ6(cDzx>^Md9Xs(oB zK;v!C;Oy8+_t9Lg=0Td7CC-lB^eD|G@=wytC~NhQvXE%qTzgZw8n-d+^Wj)%6K zW{jGzX}nD=oE^jMdzukyexey!;_R4m>A|z&_;pPaXUDIDv*Xt_qZzErHm9j6adv#X z7Bp;7lP12SIXhk-oE@*PHO)XZd|z{RJU}=*9w3)5uhcrNDa?oJX=(;+NZ<*W1%! zud8RkURTeAy?(w5_WF5t(Q6$tr|89VVXud8gS{S}2YcPS0QS1~KG^Hq2Vt*oABDY+ zeG>LM_8Hjg)rGLvt1rP`m%avjUAhSN`g1Yt_2*L9>&#`a*O?!}ULSq}dp)@v_PX(F z*z3mcVXqH=g1wDa@%i$U9>Y9GvTgs0&k?Wpc#dS-WEP(nUf1zl$hI{tJ{P=xG7dK^N+Esb!~}<%Bk(Qc;c!!nPw&?=!Qo~!{^F)Z4~Luj#O1Avx@2FXbINVIbZzd0in~U*n(#?JREK~G+v=X9u7AP@$Kc|aPvC8gFGB=mf%Ak4mTg*E9K#E!(qz`9p&M0 z!(qY-Tgt=Xrb&8C6}FOx!%Z{%*79(;Ss&j?9u7Bb=2F;39u7AJd}nz$+^`*HVOx2a zl!{MeCeh+y#+-!mGCl804j`%(0;c(L#zn455Zo1?5mWRVl zdg)$P=r0e4n|}Cxcw4mT6=2g<|Y<`n!u zc{tom#UCUOhntJ>2g}3Z<|_Q}<>7F16aEl+INZ#~A1V)rn+NfS$;091as1)(aJYE} zKS&-9H!tIlkcYz!n@SW0%fsPjDZWM?4mW&US2$804mW%}Rv01=hns)nhswj@hPVC; z!{p&`!`sS*;qq{}*&JUh4~HAx9x9BGhr<(}aPuYpWO+E;{ERfqnO^av1;ig04@~P_i-owJVB@X)@`19o9aMKq*O&$(6`{2))hr+`{z7>;+>FFemxsg6c>G23aJZR-zgQj)H>cw-k%z<0x%e6KaJab?f2lkiZmz~( zCJ%?3+wqsn!{O#${7iW`-0+=`g)8LYaPu5~mOLD8-o#%i4~Ls~@mI;i;fC#*3xAM@ z!_8OttL5Qv^9%kOc{tpx)javx@^H9miN97J4mWM^*U7`-rUU+Zc{tp3#?O(5!_DvT zH^{@`W*7X8@^HB6hrdZ44mbPa=gPz3<`DeN@^H9e8|lI=@^H8rg}+rE4mb7q+vMSJ za}xe`c{tp#9d+Rjc{tq6z~3nkhnrdWdGc_$nS;Me9u7Bm;OEQ3;fC$53wO)I;pPea z0(m&xyokR?9u7B)@b}8Y;bsZ`kMeN1`2c^PJREM8{z-W_+zi71Sso5IBk)hj!{KH;{%LtQ+?;@aMjj3~XX2lghr`Wu{B!bfxS552 zULFoNv+)b%;c#;^{snnB+|0+nC=Z952k?K9hrO(*;}@^HAR#(yghhnt=8-^s(_ zrZ4_`c{tp#zd+#!c{to0g8xw-4mU&b|B{Ep%^3Vo@^H9eKZ3%~@^H909sh56INVId z{~`~En~U&e<;64La5D>EE)R#B+4v^%aJabzzluB@ZWiF1%ERI2VLS)FNfR7yp2e>w z4~LuA@T<$i;bsY*4+PQ#hnr=14ycnRINW@SUsE0qH{asdl83|1Pk26LND~}xR%?;` z+VXI?X@Ory9u7B~;MbLh!%YV~A6%pf4mVx!>&e66W=H(`@^HB6h2KCP4ma#KQQ*Un zG{NC!fBc5>aJV@X-%1`1H++9|VMf#9IB>WbnYes&^$j#_OC0tm;M>W=;pPl{K^_h_ z7vd}A;c&x#8HM)paJab^-$5P@H@DzJ9u7Bm<16LiaPuI(qdXjL{*2#J9u7Azxix^A5g~JREL5!grR3!_9L1w(@Ye`4Qhm9u7B6*Gqmoc{tpxgYPO2hntP@ z+snh@rUG9j4~Ls=@YV8gxap4XCJ%?3-uU0i!{MeMo)68^1cw{;D=F+C4~Lt>@H@)G z;bs`Vhddl^>hOFJmnJyeOu+9X4~LtR@H@-H;pQy-F7j}=VLy~YFL^lJupdfcS9v(x z+<@;b4~LsO@qOgsaC1MtuRI)Xp2Y7a4~LuQ@Vm>y;pSER9`bOw;d{&rm+H9;hnsg2 zm+!0oGnxS<4tw@_DeNx~hnpYq2gt+WW|j4mKTsYHH*4bu%ERHN75*T3INWT3KUf|P zHy!c6mxsg6c6dHGO%oh$cElel4~LsR_`~GkaMK@uxI7$g_~mC@AP1%I489B%sIkC%tT&Hng_@^H903_nR84mZQ_C&O{JHXQxLF&2o;)0GTH&Y3 z!{KH#{Q2^5xao+$KpqY^UGW#n!{MeUe!4syZhGS{l83_$`*{^EmWRX50r*Sg;cznu zKSLf4H$(B4%ERI2X#8dJaJXr}UoH=ao0IV~<>7F17XAu(INY%BSYeht9ByXfuat+w z&DHp;ZhGUNlZV62-uUO`;c&w~iG_voaJU(Se?cA&H$(9+%ERHN4*wT{2Tvw zc{tpxu~G6%<>7F%0sb9%INY?szbg-in~wN@$iv~LD}I?g9B#Vf-;;;K&937F% zC;kI@INTh7|4<$dH;3c@DG!Gm_Sr0aBoBw1G5C+=;c#;-{u6mP+)Tn>rq{4=xH%(n z`IqXa(|ldxuxH=T!Z-48xS50hRvr#F>=Rn}P96?7>>paVT+0B5n}-sY|6BcYG-XYS zukYZne;r>g4~Ls2_$KmjxcMi36?r(^e2Sl`Wq`xYcZti_RNu69YMPfg?AOMxEf0sA z4e{&9!{KIQ{1uuP9BwKSmv5+^{Zb1Xl{oBoz_*r%!_BVvjpgBRvm1Vv<^_kF{SueA zQ$L8NqQqfei*GLvhnunZ4)SogX~2g(9B$aZwNNP!hnq9;9p&M0a{+!!c{to$j^9ci z4ma!rTi9A24mWq=JITZ0=05y3@^H9$4BuHE4ma#GTi8|}4mYpjyU4@gW-*=vpQi~9 zH}B!Q%ERI2GyL}QaJcynUnLKR8}_#?a4>bI#NlQQd^dSG+^moPoje?F*jKmET^3aJcD&-%%b8H(l{P-%lP6 zH*@iO%ERGiK7KEGINY#5a$#?IINUsp?=KIBn`iL*$iw0075u*PaJX5F-%lP6Hy_{! z$iw00OZ@)waJcyie}Ft3Zklb9{DJatxM_hOC=Z95jqwM`!{MeK{$P1H+-!;ey*wOl zy5bL!hr>+|{Gsx2xao^OOdbw51Mr8-!{KHSo-Zp%6C7@8@khwR;bts;usj@YPQcg5 z!{O!({E_l-xS56@A`gd~8Tg^{aJcycewaKQZf?X6mxsg6e0;4u9Bv-QkC2DM&C~di z@^H9$2|r364mWS&N6W+E<{kV|@^HBM1b?(V9B#hD*U7`-rfk#X$H>FsW)1vUc{tpx ziytQsha2`KFN~Lm!%aKi z%fsPjWBdj3aJbn5f1x}aZaUzn%fsQOGyWoZINWr@Un~!Y8;%uFxI`WfH@o9!$iv}g z0RB>WINThDzf2wuHzV+u%fsPj9Db%e9BwA!uaJks&1C#6c{tom!(S;6hnt!BtK{Ku zGY9_%c{tq6!(S~Ahnqj)uaSqt%_I2P@^H9$27j$Q9By95UndWTo5lF+<>7Gi9)6BI z9B#hG-yjc%o1gJF%ERGil{U%WBoBw1wefT1;c&AN{$_bN+_b^pA`gd~j`&;U;c&Ap z{x*3y+*IRlmxsg6&iFgz;c&AD{!V!~+zi0alZV62ApBkOaJZ?(&zFb8&C&R~<>7F1 zEPjDJ9Bxj<-y;u)n{)8@%ERGi2L6xoaJab!f1f-YZf?f^NgfV2cjE7thr`W1_y^?S zaPu(!L3udbJdJ-y9u7Az;UAWV!_AxcN95sf^LPBC@^HBMC;l;cINW@Ne_S38H$UT_ zkcY!fv(1x#QXURB8{q#e4~LsJ_^0IIa8rSQS{@EJo$$}d!{Me1|ExS5Zo1>I)N6J) z-1JUd{*wCrXkICC*dKy_RUQsEN8(?Thr`Wi{Oj^?xS4=|Lmmz{C*c1o4~Lu6@r&f) zaC0vHO?f!nT!w#39u7Cx;NO;q!_8d$VtF{+EWrOw9u7AT;+M$7;pR#F-{s+O^8)@I zc{tp>fqz#X4mV5i|B#2n&HMOe@^HBM1pl5q9B!85uhM-DhnpW0mw%*w^(|8Kaf!pe z1^yFxINY?xe<}}$o3{AR>+|m*M%Mwlu-v=4yOXc{tqMh+kD64mWq=SCfas%{}7Gi0KS<#9B!V(uOSbI zn-}nF$;0914SaKXINU73uPqOUn|JZo=)Qo%%_oV=`7*jR{Xo;Q#9`m0ZSot+!{KHv zd@Ff4+_c1RBoBw1Hu%=^aJUKl#`18u>5AV(9u7A>@SDoR;ifNsGkG}N?1OJ34~LtB z@te!T;id+^g*+T?M&aAa!{O!_d^>qK+?;?f$iw00419ZeINY3r?;sC{n~U)w4~Lt} z@UwNF!r^9i;_|K4-%hhliNpS0JYP1LCOF(Yp182BJREMG$9Iv3!_8~>?d0Kbvl!o1 z9u7Cl@Ky3~xcLx&t*#3kZoW)hzN7kIXnK}7?3=YqekXZ2+_c2+EDwj9w)kD-;c(Ll z-%B12H`VxE<>7GC1K(R74mW-AedOVAvk$(nJREKg!tW*zhnvCp-R0qMGZMdtJREMu z;rEt@!_5qQe|b3E%*O8{4~LuE@cYWc;pQIve)4d* zc^E%H9u7Cp;rY_bG{NEKRr~?+aJX5FKTsYHH_Pw?<>7Gi37#*~OcNY#zQG?X4~Lt7 z;eRg=hnrOk$sZyQhnscrhswj@W@G$e@^HARz#lFThnvp$LGp08*#UoqJRENN;0MdY z;bu>KjXWG~_QM}34~LsW@I&O`a5DryR2~jDBk{xJ;c#;dez-gwZcfD4%ERI2O#BFW zINVIfkCcbQ&6W63@^HAh0Y6$E4mY>rkCKPO%>w+<@^H9$5I;s94mXeDuhY5<4mZyw zE}x+OuQUxM4*R9}W98v+^CA8?c{tpBg1=t#g2T4`s69u7CV;m?wX!_B_U$#oo|B+^9iNpRO{1x(WxOoCUOCAn4FXFG1hr`Y5 z_^agMaI*ye2YEQ$ypO+H9u7C3;jfX0!_Bw&+469>DQlnnweoPdX@+aI+)+c6m75?25lb9u7Bq;qR1(!_5Ks zdGc_$IShZ7JREL@;^)i5;ie9Mw>%tf8t@C`;czn%e`C|)Z3Ty$(-W89ul_=s2TL6G zGw~0}!{KH&{$Y7I+|0q>)U-G+INaQkxco`=570bS;;?@b|Fk?DZWiL7k%z<0OL)F8 zIZbf5c`I@Gi|Rk1d8x!7GiJpLPbINZFB|5hFjH*e#=lZV62GW_@QaJcyp zf2;0mINW@hxcq1JztH?r;;?TP$(QM}aJXrSFPDeIO&fd@c{to~EV{xf@^HA>7T;7J z4maKLtIEUSrWbxSc{tqciEkzkhnxNIYskal=1}~a@^H8rhF?n_4mV@)&E?^6GZDYG zJREM$z^@|@hnw^9>&nC7<`R4hc{to$gld=9a|et>phm)4IfA|0sTA zc{toG#BU-Ghnv^&o65uCW(j^Xc{tp>k8dLnhnvswo6E!D=6n1W@^H8*t4zMFJREM; zz!&7X@7Gi z9)1^jINU79_mYRh&A;%w%ERGi)sD&cmWRX5TKGQlaJXrS?<)_7o7VU{;0{8937xao#JS{@EJ zJL2cb!{MfH;_~tG`_oJ)ao8V*ua}3z%}{)UJRELD;O~-$!_D}_f6s4~LtF@psF^;U?`y zmcDOVK5Y(MR=#@iB}G}<1f#4X?Q_cnSK7Bvob~CUl>UB5|4UP+^iy$q5sO@DziU$6 z4v>dCq-{5u4oN@RID_D`uw`XOrk{$|gTn42#f zX8^o~{J_K&&y~2+esuEPc9w@b6vUIcte0mB{G$BS#1-$CxYGXeNVxz zs-M+!_hj>J4!2OlU06|B;!69?ldrCjhpRRacj25Wk}lZUI8 ziC;=5**IK{@_)%MN+%WT>-QsEY5#8G>ec1ps(+{drD=IO$;SB_ZmH(`#1)-NTxs7V zsp@v}aMecQ7U?7#hqS!2eCu>lv0I5N?F&g&?T;63DdDOGVqi7V}S z>5}z*;Tkpl(n&>Ki7V{~&@7N22#*!>XK}@GC9bp|npE|%@^IBLVusGf;ZL{niSiBU zq+)W3EA9DHsrpoTxavePf7WEq*uAelfVaU*Q z+Au+`u*9a2-@FmA$19~)%DMvos=JE8vA^mwbUsT*Ct(wmZS z=p>3E#|;_HGx|TCt0X)U(@mjuLZe4pabDd2JY)asv%XQevYGK@F5c!EY-LGll!o*q zSy@pUJQsPS{xA0nOZGq9eIq8+ z*8WB}ymsiZBWp&F9WgGgoQphU=+FtZ$9c)6()#UJ{~j`7$k>s!X&qj?ch#&!)r}sT zZcm+^o|I*shm9LErgm)hz|k2aCZrX78fkR>u;V%pX=s=*dg!s~@l*V};D7mF+Wm%? zbY-hKu4;6l^yg)9YM1^`r@uJT?=0yR|K~iW^j2h9v-I=-b-Z?OJYQb(XHz!cUP;h( z^%(=w=~re>_|3`rNBcCp9(|L1i8DN9MEWopJs&DB>zK}DzRZvFIPL23viWvTcj6|@ zz*9Eg1KefT_kgtUi?W%eHp6`y&3E`CcubE9Y-d1U0cuy#svhjvD z8n69R<;9Nckq$4oV!Trtjo14(#+%e=yq>x7Hpq>4aij4LOXIDdEnGUymhb#V;| zw_$EP4kwiUTXB8seq+2_8jV+%8*iiBcpP4a@v{4EavJZs^zUrS?zb=9Ww-NQ=~&+0 z#J!ki*Mqm6@{gA(X}(>2zipDr?D4|eHTn5+jM;R!<`q*m-%jqb`R<##2`j47?N^z) z{CpRrH#e52j{CPw`pM?oqtSSert#8$E2eaIaXPS3_tI~4$297erf$HB(Mro#m%9A& z&3U1`Y%$c@MK;QX%|&9_r}(6{9bPwDL9^jV|%mZjqbO-+v5 zrDOWZZWq>{Ts(Um^iNN+l|7HvO&yo%m429}rsD~*K4849(oZ&Cw?^X)PUCTZWK*_$ z+cg?*b{cPCiWsj``pL%oeWUR{OXH2t21}>ec)Y)nU%t9m%F8CE^BJ#m`pL%Qt)2Y! z9h~0uUfFmP8;!RtH(ry{gjwV_UD@^JZIb+Wb8_Q# z&yB~&!Hmakz|=a8x1F%~f5zZ^KEBG&mt)5D&2`!1fRD(yOfR4JV483CxayG{=cQF~ z*^~tN@i>NCUtflkY&_mp;4;0CX`1?4X}q1%zd4WbZc30J@0H&e@480g4Sc;c-Y&WE zo^3Qm+#|7<8dsqy|Tg5X*S;bjmG;Vjn_V% z&-18H`pL%IXw_d|-y73-{2t1tY`pbT$7Oo?j23?_J??i)E*q~$qwzRK*vcMP-5QP8 zF*n{Gx$%ZI8t;|g7;kW+@p|RP+cP)bxsAqK_8a4!*=W2&a^vlt8*jeHOR6}1o5p)M zcL(!WV!FN2c;nM}Gt&c)`(vN@doC`YnE1g*=3S0Tj%t$vM18@$foSPRZ_=o*~@42+@ncZm%}vP z!O3N}b4!oM?*OKkZ!If3pBGo27>}PV8g+wTEi20|Lz;ElG+MstshiErJZ0Fi(el+@ z+oY^@`Wv6?n-+7$^6i+qv??E;UB1hrU$57)>&t1AEJ~*hscSK}tZZ=NUTbQ+7Kzg= oR=j3RST<#HdD#Qm$~yf!8;`&B(|lJm1W76)|PGg1(qdqZG%@&8{2@1y|!!&^7{eUhGn%{Nee5jvb!=i zkHj_*FbS`eM@UFZfHVz|21rs$LlR8ND=BG63Qd59M?*`KrYQ*q+NL4r%s+SU=*q$& zP1?@)-8<($|CxUtcV_Nmr4M&>u67(pdC5_~RKBIulZ%zM7iz&gHA@|!0^2^}zBKjv}$->$&W38R`Ls9~kvqak#8DQXf6A zZ{~`bk2cmv)co6b5j8}V(*d>vcuqt;`;A>hZbbd;LDAdi_K;Fx-M_Hz`Z$dPr?QGM zWXi&lIpx}NDs)yBk<3W6g`kjcnAXM2l&a94a5$0~C@K-WK79cM8i!gYZTE2axjOP? zQQfdexJ+u&x=8K#LHe9BoK^XlFqP$-s{b3AZh@Q~X^lRI^jTUF(YRcn$4JfPJ3?Pa zVI94E*PO{1hKleEoX3Jy`C;mKSyEC6Gwu*7-W}G#0%U;ifw~#{M#N zxbnES7rYHhI_6IGB1sL;p!f_8k8dP)cIfgPDwKCxr#m~H>x7AH>q8N~}IjXAaR8W{p zQ&gz>q^gsvmR7CB2#1Xa>m^bH5hhaDIkl<^P7yf}jhTlsGvTYCgvG|zI-%;SDqm7L z-U_<}(kfR`IBt>7#y2@1nC8_xciJh_7`8g1eKo^2S4jynYvaNvA zuf}XEn|ebWwage69>mO1LMe63uqH!VN{-s$;YwASY=7c$|CjFHdmDbsfWN!U8ZF)& zu^N%&HlpGGqtpGk?S$1KZWxa9U)AH8VRG`u?lkx1`qRzHu3Xmzx!uj_!XS@Wrn{#( zmFpkO4WtK(1x*#R1vOmU1Z6&5C}et?i@993(45Z{QoGyRVvLZ^_UK}*?M-b>Es3_4 zw)U2#ZA(UIf@KPO3$e^VDm&DjZthQ}`Z5FQ|Ltnggg-=;*-Te+Zz?rn1Z0GoO{W7j zkA6WCxIX>4flg*^K{X2!_<1rB0QrxMhr39{@9A|yVJ#nD9vaeMo);C2 zL~0qqoM181y4fD%NFjv6LiIcBvcnP%ai!-G4>$${3pM+rG=JEbcw;wO!9{+-((qPU z!*D!snK!;(D}uu=jkJe7FtCAPmvJ0z*aO~4X4suj#2fy84d!?QS!>!?8m^HSW^`@o zl3`L+>A08|GR+Wg&rxa`d3k4grAM@?bm7N^${7|1F8rGH+v-=gF0PmDp+451?8+?5 zWCz>ZfHQ?;tT32PEo*COUE12#+D?By)we8<{WsH}N?epl74kUuqz6*zOnt1k`@&?t zC$%0K2J6S|6zCDnO75eg-feT_6 z=97aE6pHywsum`|r;g$pyqR9`HW z8`z!B7f|K!MW5(P4s>VJiJ~fGE@C!pOTaFY%O`tn9-B%!Kak8O(z|i5N)+?S)CFm5 zNcnWKm{uKIHYT=qZb@`(-kjKa_QsCHx_HMb5-U44Z%wT3T(M@0N+gC5WU!b=ZNu+y z>-KKU=g!9n6q*qzwm#RL7PNNN>cr+;SFYIHHI&JAt3qEcU##a_o!8vankD;WpdJ)@ zkJ~O?N8D<&xq;q#eHt1lWO@hE-MR@Q`V2yq6sf*szSK&yd81z{n=BM%Ggl)+4kq&$ zT+_``DE4H?AjxshSltvIVRDm~d`Z=qz#7@3KudN7A&fb=LG zaR|=b(7Afcmd;WHYiOl0$!s>4D!E6QDwu1tW{Tk8Q%12YQbT$u|nmgcVl$-Mhpb-9EOY zB{;I)uT}j2Q(J$Z()CKbppDC7lKAx(3riogr+aeK{`#ZXZooh9C^kQ3Ns{&iZU3r@ zKWOt+%q}0aPxRcT{Yxyn1OY;L+8lm;%kkyYP9y!)`!9gvKbjpag%o|z)}Lv#M*LGO zeF*}DR7Ie@6@m7S^bc>Z`2F_&ZnnRUrMy4C#P<8+&qVekgfD`_$NT8^@au78y}y3M z@7F4}{&J}Y^7mu=*H7XFZU6d-Uw@>t>JQot+Q*aV{q=KXyD6Y=3)ud8kn%y>UmxQ4 z*T<3VQv>mX_VR!~eiVCkz#p_v5BP(2XTZPyDE8KXKWJ|c_|H0ueQv-%XxSwQ5DMHm zL&{$%)P>}$cd1B7O(KhT z-p{we_UB_*oekUGug`(qfc*^|}x zVK3Tus2xxpTquwRo`2%`5S|zI>jF|CR*kB>(#d` zKR-ZUY}pfG-)7Z64fgpsym+&L$6E2`!}fm~tW&M9XITEFu-9AhR=|G5s&6gqlP&!w z*kdgH*|2|Z>65TOXW1Fpt8sYk`ylX1mVYnoyRCTpVXv_2I|%z+%YOsxXRY$L!v2XD z9@qObu)k^PKM#A*(%%pJ9Ls(PcEQpgg1z6epMrgjrGEzY7R&!b*cCXu{=EWxi{<|p z*e_W28?f<(rKJClQdv@!`Wv*pe#eyRroTp2!+y>xKLz$rN}4)#EO5IuelF}gSyZPQ z6@&e%Ren*aECm(n6xjBDvJ&>2QW)nNbvkVQq~vAQwi99Dpx(Q z?ft7CcC;iYR|VJ)TIKz@Pf=JMfZyH^55kU@^fl^w*nX;1H^a8?pPz~3JKCM)s zQr!dF-hUo|-DUY7g57P|Tq}K+{RHguE&DsL2P~U&7gyP&O7#M4d;feDwx250>#$3g z6W8b8VEdA=dJ~4dpZ_Q9d8Gg-S-RFF$Ej-AcKJyGdwRg;UT4R5VcYQ+z&_EcuMM`{ zza;_t)PTJTwtan0hizY4jZ552vJYhWVA`TYFri6WP+u z*TVo?j|6iQug%2M<3irVYcq{&H|=OMaobG$+DzPb)4q1Eqb6RvY2QMx=f-Yl`PK2I zEVjBsXPsNNdWB5o?Ox@q6mBmT-6+c@p)4~v83`Hd-`;6j+0NFjjxW(!ht9U^S%Drd zWN`R&LppSZ;taN3PoC|adhC%gGBSy*2ObvNfQ&(qu|8ysg^bm0*Ru`=8@;_#5OI2#i0SX^3EqkL5} zKU5u6CZCT}@9RsQ{x;|>>QO&MV)f%Wc}Qn^e~#`J%)KvqpJI+qFNTaRum{8z-E5d1Xpt%CV3;e1l? z4~ah|_$A`o1iwaXUSfVq%nFg-z~Pv`@_3v0cASuYjl=njhN=?JLCzh5XA<8jcs}u6 zf=?v=tl*Wze=2wD&@@z+K3 z1LAK8eu?-I!T$){c*w_d4gVH3W=z6(7V*YpA~D8nQ!N}Pep2|g7G6jEl2VNNNpzZ@nHv#VYo^_n$(e}=s2?<*G8>-0My zklw`M{H=!S9b(KG{=V|Ag+mT_GY|Rx#4ih8PW*`ARm5ftPa}R<_)cOoCL4*(IBX?0<8T(S>H98X)A#Rk z{f+^F^dfKrJ8H0N_}9o+3Qz1B4d3+|xLA>hU8CWi(7-`LB6f}DSLDYFPwW~E_l<^X z;fYARrODMzfjx6yb?oquEKmPIzM1Xj0@ksga0Xqsfw=COolgG(+U43s3AC&4GM0Xwb2mxZBe_pxjEO7dKkNW`wu@bBgu770)68qHMlCkjvO8qI9-i-jk4 zjpjJ=dEtp&qiF_qP7$8pI2)Gv*fsnr@*fbM*fpAs>AB3@+*WVc8w-YJ}x}5 zYc&1jR|-$;8cl)xD&dJ;qq&%Thw#L%(Ogb`weZBQ(Og4*jqt>-(cDb_G~tO|qq&1T zZ{SG8uF>2>{&eAqU8DIj`7?wkc8%r{^4vI)h+U(3iu^j^iCv@l9{Kgc6T3$9Joyd6 z6T3$9DtT_kNW`wu{FMAA;fY(*fkpbJBw;KQ+Q(6Xy%dUO#_M8HJVoPXA4j48qG=McL-1H8qG@bJB259 zji!_QF5!t?quECO9N~#wqdAxSxxy2>M$ z+$=noU*l3A&ow-!>7pgV6XUC%PQ096ob!lJ*0la+-Pq^jxrSFwg}wdw`#$8wyySfz zDyH`oRTKY$P&IWG3aTle&L*44@-LJ1U$Y(M1I_y=A>V3#`vTryRvn?ls9$YF>wmC9 z=dACgrhn#BXf8F(PRh5^VcZcYenIu3Vi;8u|G=Anb!S)IlTY?TrT;RjDOtoHV0H}^ z(`GWtC3?^E40s(JW(r#0%cWSEDLvchLdITbaxY^HCQiW$97ogfb{(wOOhI`3-xWB$ z!#I}XU@9J`)K=tNL*#jk!@(tO$IHT=g2PK*Ke*-C@t#CHu1&_{7-UJ+8yhVX{mm;3os-W`YwFKhbi+KMI zKjYQn@Zy~oi1!-eeFc5?65KlR`G4;vu_=ZTQNsPxM z5zxJhPI_f1^>qD4M~DMe*8q5pT6qVwQB8X)jHKz+wWOxoju&0O9BP^`~LXOPcP@$ zYwxw!UTf{O*WTyk-Y=C`EC~bxp1K0wKRkmxZ+$}=<9S?Rs<+Ck^17Nky;-wjWlLt& zwY9XjwI*7-I%g$1+h>44|Hkoeyrni#kAG*@d7e+2;TL(MPANWS?(CNG=+w#0-P59z zJCBZTXl|>mX^z*`)FnE)qD`IA%C!|0sMj*kD;*knWWwIUJw-jkpSnBU^Ul91-TUzq z6N^5m+7)_u=FalM?O%s%Z=LITfhFfpE?Z^c^4m)$lwDp{8rXL3-4V~*wIkvkfq!!% z5pP%c^f5<-aUcF#K($x@?%r`XQ7#CZ+S|ikxLnb5!o}IA-tDCthd;#lmcxsWiq~~? z#oKE-Iup^hhUntbD37fp(be72ny8P?DBd!;c-}f0r0|;Ca-yY^eel{`(-{TVuI8=L z&hEOpL}zD1ck|3>W!p^ZrlF>(8O*7xriP}vnyv)2JGtKPMd@<+Lq$Ee_RQHi?Wvsb z!$(Xk`fimP+wvVZZVy6>3h(ZzTM-V`t++O0S7`5kX*(^JTHlxE?_1w@gf1<)@q)g! zUbtgtd2n*5RY^8Ju{ON*ZiRO5NZo#bw%U1jr|`S-j*hmDXj5xcDZ71Ryb~5`k9Ty| z#A}+nrbkm7ECsJ6qWZ2j@N4R7s%dUID-kVQO~$HeNpvMTI-?C8Z7tE(O`T$n?lU7l zpYU+u&x(4cdTJa;z{7LW(>>*{fhE(uWhIKbyJyU68QNAwJ>%arEhlWhx1^}-8)dPY zZRhIxJMKuow4`snp0lR=K~ul)y0Hh_H#QxZ-?w+yHaFGv@B7K|Af+zbH%9B)TDuZk zx}puR8bz9VUzL5y1e5YCjBiYAZNTi^c0g zUp;nBdEL(R(HEB14G52Zxs>jewvAn@$_ABXSXQoE6wVl3^})|4=-9TqXYHS=N(PnW zgddx!+86cIEe{VnudHyp#JPRVymv;pGf#P!iH6=tw~p#%_m2IaodfjjysrL*&<)n? z?Ax!7eQ?mSSDwnr7*IqJe%A%*-nxq1imGKsL%VxkUlo4mU}btU^z8kH$K24lCD->8 zbtZ7svB&kRQ0e`}}{_3-=u zda2~yrLPA*`q!WC=CUnygWeClN!0e&v)=!N@3y=?;QdeL4mh`DIcf0*6T4OKyLUX^ zkN&qm7%02z?v#4n+|ksP*vEi9d&Jdycki5e(VU&( zjWw@%s0hRhw}63s&6P z?-*fu_xOe;_66hb=T8|By7~z-k1pXJ&sqC}2hX1p^WOaE{H2ejeek~z-yJBw;qH{a zo@iNI21z+-Aux0f79ggIyJPajnA zY4TIS$>pn5=3N*0z*9UY7KN&E!h4TUI49hr^TwQTXrn3LJH)!z>lf-2sdBT@sS*_x zl^g?}Qk3(T_Ox8~^Wc=8BR)H^F7G2x)kObVmd{R{IQ{)IUb(xjVMBEMvAmt2eT%+_ zj@&(n?Qh5dZBC=pcLb3@7x$~Y-;VI{D%^#hNcbO9dM!A?yhKSTURvET2o7V2FijHt=&@N=x9}Q zq6S+Rp+?JBSH;&i#R+qMeBjL>xcr zU{it?enXJ3-)q&*412}9qMcnG-F4U}C1yq!Hzw*fDsr^6Du%H)BsvnUbqUpJiZLe( z-aAY=c;5b~lk; zH#c=PM!OoF+<)IZO-v_U)JYG>vy+lt#Sc-xy)n^I(`;=_PLZADsaPjE{mGxo50Z64 z3~fbpHf?BaYTXd+?xfH1#bv8YvAC$-lJ(=S8Y%SC-&lMtr1aC1+Pb5SHJcI?+u-S& zn(7nL+BWD?R6;tB*LF8Vu@v}4aA+!FkD&JE?7_`KW7d9VY%Ftq5#?N-*X zvu<2C+tl85(PJ~uTM}4uUik?ov)Eae8_wNsl?*DWyD&W3s&P@>*l^y0lDe;^7woj^ zEhsr*`?jy2zqBi@?y~erXQNg6^z~(R=cN~BtWgng*9ALQEqr9x1p_uNd~|);!pBE1 zTli$!(`nD7J(u?U*(D2KY_@V7$X^hi)VvJ6&+jSy;87#N<2|oj+j}SQYLUAW=w0WX zUUigYyL%q9GwcD;(*80$$qh~3Wb}Gn{bQlauGO4(%>56zU0459sBrs_N(#%aEQ`e6 zJE`{M=T5Fcc4cuLSW^02KUrus=dVV_>*}8kwcNe@qMdi0zjSZf_O~iZzWG>onemX_ zJ*z&zY19p|RYu##-euEY_rkxw;qLY8w?APd={xJ+6)Mgiv)?=Q>*`+#jkofczIlJP z=3UEbeb*&9&bdoTUDRXjRdk`z}&U*zqBmvuD`D@d*Ns6mX-f3?UA%c z(;iRL-kbJfD&JneY~j@)9pyr<@llyOew8FgJ9@%oP14LESZspVmaFrOHeE=$=C6wXObI zgORG*ln!+2Ae}mQP-(~N@@ixqIOI%9SB@9q{BBdNc}mxmNAbDdzVw{DUp!&Y$qyA> zd@J^h^Lxr4|I_2=-?U@n#9Ka`KVQf9T?0ZzW9>XY zkLVBes$+b9|IdHSj_11iheJlHLhDpv!t%?PryWl_-0OEN-|^!1leOM<_so9n{3$!b z1D4iZ{8j`Sxa6&j*T0(nwvnX2$P~>!Q^&lboyG=57n(izP<|O$CckN0q zE}l5`{h1RB-=FzE`yDwyTl1NYn+I~LW^478P|IB@=2!Cb6Pm&`&CP9e{O=$A(=JNw z;dcI<_P?|r+!a1|q=}70pLp#}-pGfQ#slTA^`jNjIwzc+-ID5DN*?OO+Y>FEtWk*R zZf@RptWa~d_cIh3Wq*%S`icV%&qMJng`T90c}(f{d%q~$as75e!5h-`P8sJ+OXVqw zI(ayd-FQwon*As3*X7TiW7*`6^mF?;-#;P*Stf_HEcX4xXvjNf?fshf?j8M|hmKE_ zhL3$vjc?nzvO8CJq~4>uy;4tVpH6L*hlwA09&Na>=b=M(I^btqSHnl`e6Jlm-r3dG zkq|m>mH1q~X#>^|IuNPDDQH(hJ$>YJqvix?vln_E6oD(mk2eSLz4MWl0lRr#T1fs0 z;8`Jb#~+7{SVELQ2B8q&r{N)?A|Ex9I!R0O+gp^CBfmrxVJW;ejJTYNGOSvUj-{e- zD2#o&7rFuWQuU7o({Uf74=xD3n9l`!P>`0*1LE@Vu6$|~38k}a>7nKaSF8I0h54ilR(-~RdD%Cj>R_rl;P63o?|E5Y!aqO4|3he$0bwy< ze(+)xu>=Ei22&^5>8z3=^RiZ^dEQWJDxU$qPvg%Ze}?!o%%2hdOy|!G{v5!c1Nk$P zKL_#WVE)YF&msJo&7VX0bC@@bdK4iBof$c+4XQe+<;;p zZrIB)TnA?bB7f?GEz6N&Y@(*D?+=>?m5HXap3N?T^0@1)7xU@f2d@vS#(hXAf5=S$ zL@+Aqm$jYsZr}sl``XT)m9-1S+_QZ4*6_ZxnxsAEkRx4WF9N%KPme2Ot-kqZRFzIO!?4q!|2 zS{iK@g|Mh14)KOh7*;f36)^J~cGzHw2tJseHxeL_hvOD+*o?tcE6vNI3N?zsIO%!V z%pmbh4~+#eJ+uNWeCNrDW!(dco>3o*tTtPmW>7lf*>n1MyNr7RM$ft+yr@GYdld7&i zEpji({x^#9x@tCfxnB`~&TCGzdbwW}f6i<7axcv##u=iz+{**Rgr`Gx?seI7v0CNf zM9s^+K95+5!g9YqkqCp(cP9R2rRV-2K=<4-ntOXT9?*JuZB6xF?j6!H505y#+&dWz zVi(H2e=^mQ>5{uQX9@U^2G4TM^O1nQAO2DS3BY{~e|`KVs?P8~jynqX-0!^Mf6M+i z0COMycHY&v_rc#s{SVa=$~#OMo!3#b*&F^YgQ-5}e+2GV+(r!lFna?Qb7}LDufCSH zR&V%6Lv8@)P+on_R)Aar5)Ouc%+&_vwKSpH$6PHt4~NSDTrJn{=aWDtShLh6c~i3Y z0I)cD(=4g;4r3rv=gr6`X+&FjbD1I`B=5*c)P4a}*NJ~wMR`XD=$C4?b@x1BqUFv3#Vh-aMfk&qA#cP{E*CK;`I1AwZ9S zDrT@(KsAGB1gvK8vVb-DG#maXU~N8ygTD$mfhXHL0!|rA!+9U$eO{0E)BxR&fF-=E z0{PRj&&~8LmtW*tj;x(Oox2P1=<{bV$Y!Sbv$&cJIKP-FQK8IcFkOHs{zw7ym{KNS zKI^4Qz!41E1suhCxm3W>3~m;%fEhfL*S^uqKXyb09Q;Wk9LI#`1(Yyℜz})RMo5 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 a8}g{;<2_kfcmCLAWS?5!>cz0ws{23wSWVmj literal 0 HcmV?d00001 diff --git a/ESP-IDF_Robot/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_platform_port.c.obj b/ESP-IDF_Robot/build/esp-idf/esp-tls/CMakeFiles/__idf_esp-tls.dir/esp_tls_platform_port.c.obj new file mode 100644 index 0000000000000000000000000000000000000000..5ad3c1c981008c08a0a0a576922229fc38c16a7c GIT binary patch literal 4712 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 Kdf-%Geg6;lM$?!8 literal 0 HcmV?d00001 diff --git a/ESP-IDF_Robot/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_common.c.obj b/ESP-IDF_Robot/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_common.c.obj new file mode 100644 index 0000000000000000000000000000000000000000..ee9052d61fcc4c1d3384c00e84d7e59c9408de21 GIT binary patch literal 28168 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 z

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

K=JF7{u{;j9kWaxa<+E@r`6j%H{15CWll};A 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 CN7}yt literal 0 HcmV?d00001 diff --git a/ESP-IDF_Robot/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp32c3/esp_adc_cal_legacy.c.obj b/ESP-IDF_Robot/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/deprecated/esp32c3/esp_adc_cal_legacy.c.obj new file mode 100644 index 0000000000000000000000000000000000000000..b2159b3a9b297fd5b54d2a88f9a1a6eaa0cd9bb9 GIT binary patch literal 34496 zcmeHwdwf;ZnfBT_IUytv13~U!asnGv5|R*Z3J8IKXt)#tqJYO-4kQ{9nw+4hRiuEI zsw4H*3%1l!t&a9Wo!VM$)q1P7b+nGvj&*v`vD4a{mfC3@{hnvN?>c+s5EXvYe&0Xe z`f>Jt-e*1QUH7&3*?XOEX??@uAP9^LfqBzJmNDyg7;D#B!DMs1nQS)HKRjUM(y#sa zwVan8E&pQN?1W}ps=KGXt25czyQOsQ+|p{wr%qkEXz|pRt}R=;I#ZqLo~fyxt;wd= zmZ`0&t=*}XrgW;6)U=wGX)Y?+($tacNNsLv*=SRyZ(bB{+PUN2JY%lklV@h)T#}b(u8%*M zJ2MU(e>BIXS}-K{*Z1dVEx}OjU;Jl zYwB)lNvFEod(!PKF5&y7)4ZD7)5-JOThnbvk)|n~PIdM+rO{22>V5KA-c^d8Xm9Se z^3v3%-kwxxb8mNNS~Hye;k=gq0bxF&ZKM%TQNy{tu7P}Tc;VQ(AJT$ZuJ zA9m~RwoG5=K3JZZ5R^}-4dV50tZZ(4wz2NagJ&krDnqY3A9wC4$)BHp?*NQ}%LkZy z+3%Ofqp`3%ZsPS$JEVTgcN}KAl}DUz>AilsbB;LO9evVmJ>ql&`;>G45vTjF2V6Nh z(t1kE=9VsB)6ihHe>m^?#B<;L-b?k(g`VsM9!H$hrFSso6$O(_VumC+) z^j7XQOUm>AXk2T~doqKb`skzeSP7i>Y4HQ|53Wo!*7rOAN(-{*-;GOB_Zp+ift~Z+ zP3I@mUCC`-9qFdcDPyoeY;EdJF|NHi+1iwDN^a`v?wcl>Jr^Q{G4E>d*DqqyKG&bl z=Y0M5udV&fM}Gh(J03f5$u%)EC;63qpT^2!%tKvo>?t?f7o5F)6iu})e4oQ3m%aG= zXY!88=+C&jYt@}rFaBQqYvS@@p8YH9vd*EwN1bp1Jdq+c&Obl=#cL@VuWT ztWsGlAHzo_)(-SK0Jp-&Sy+UF%%@yaP5eqhGLS zVRGSuhNUJ2S+0%CwS6(j>HKp}J|?a)Ik|EQY(t}RpiUgQn5Q7$S~-~5uyU+U1j|Nl zCY5VrgjzA`LQ9Fad@rVb)I`MO=EmDQ(wD=H+T><9`AcZoS zICRt~E!qz(1t}~W-U^izq%d*pZWzU8&`%&p0uJW5iP>YWJq9LDuLE*<9P|yu?#Pmv z__m=o{xKW|acJHJV4dZg_&(qws)A!n$Wv(yS1l8a8Tx6SaaSmc6GpH| zq7bHbICB@KAU~Kha17>yt#L5dHlrHztfBoDoDzErsfzQ1`uJSvhuAz8k7HU>Ff3Rw z@S=>Dx&qE9^|H`*t@LKF$abwXVz6YuBqSLm^$kvq(QTYwhT7C84&>Cn9d?O5>?b=Q z_hyvB3IvcvE(gOAU9hg#k*i_9V(%&`<4Q=exY7nKcs z17?WzsDwbo|3S%c9`bI@TgW&r3*wDFMwpQ{^3nq4Xz`$tcImR$pJ2b`DPaiqm0;o*1~(ph6^1_uVST^Pjvf{aqw(!IBpa?IrHT{n)Jt5N0GP}=dq zS)j~uziPT{PM>`P|$ZGuae(HBE$cPedy%Z_1JGe{kGj^jAV+1p@S z=zeJZ7P@jE#{)wd4=Yf8+ZG#fje7^BXIor=5pc)F-vY946+c8N8&dJH&C8h1-<;kP= zvb!HI#b_T?>L|*xrynnCkJ`)S{dn1T)LyOC1&}Bo59}YX=8tupTA490i+T zC8rH_qtu%F>M-6U^V2Hah*Z12@BBFJtiJQ(va1)?0XzO@r$l%_*5Z9^!Jkie24dxXRN}>SNz{&8z3w}XKP*@o8 zg}9N)_@0IMK|!#zgeeA>!S_@!MYWzJ2aEVIJ~0++NAZY0K8N@|abc1TQQj`|6ns#(!V=(vl&;(7gF0Z?3Z? z7>%3LOx<(P=3`i~r6skaSj(|~Eg3uR%AEl^s@k^B_^WmXCTHZ{Iw+5G5m=d#DBpDz z6O|#(Fp)8d%D`neX;hzrl=mqJJWlYXS*4!Hiq09;StQQfD8e}~XF03DWJdL89rppz zk!-z#){9IB&&!cUJ1;q=%1fOoqE9<%o>_N&?pfDk%19VMd+&yb$QC%ESGT~N>Dc~T zArtLnfyq=UFwKtrfXaKy{?i`~>+%fDh6uJeXiFjsk=Ky@Df>@bybq?Cn7G;+<6YXSu225s5_8Z&!{%k+7whVGj@megCOMlV*c=3wZ zPi%iqyc98WX^_dgKW*ePGx)9S=%#z*B{LkYm-im6{Y6J!GNURmnJ%*_4jX@&=qPcf zf#-meTj|V7;#B{T^RIC^&o#&44i~Q_{#G=YC*GRl6HIOE+LD^u)ZEp4Ue`9hGT^78 zy>-)(y<{+b(^n#KcdDnSebdx*S64^RR6K=m**2}Ff=*K%o2>KdX_YmVRmqyFnrT(D zYi1p$$xhR=y{DqRv!$cAH8pihQ%hTWXX^iUwkX0sB1=4now~WD<**iz7MiM+&dT|H z`UvlZwsdtKUAm60%}1A@r>lkCXkRh8ZUJ{>rEF{JaJfwdKC(ou-R*c6=D*?+=Ezc` ztl4kKj=Evr;|*J7^@r&4rBFZddaX3IFm*MW@b zUPrd^@uT*SePv-w5XEBM@?%k;RCj0eHnWY7t89VTzRB)%i@e)F=7W%1Pfx0wHNaQH zo^*G6C(CJZE9RZxInBN89cipC^X$SK$3s86FvngsK|CJg!`~prLgHpR_n2%H&3;-Q|;)AKSt57TozPdvtlxfFpAaDz2D%KgbGcjOzWT2pJTq4SaPnmCL(OcUdG z>mXium@?mE_pHtw-DRjFoIM=?BI5fI5g5$1dR+pFZvPZj`5{9OwMPm+dv_5@eDiNOb=zRz|}J zFDF~-!+c8q(#r4O6Sk6BB|Cf+il@w&%Cy$d?2^QXdyJ$SUQTx(iX72rJehC3`=&#(nXD@ChL|qCaY^q!-^%z#sy1k#Dd1g`sK+* zb;+9K^!F%9?ll=cN@}nws0^ zws+uG7`VNssiJ3Vs%36XRrT!Zn(Aqc?`~bPaAG+ z&Z{`TyJ;%~ywPb%SD;BT);dxZXo5}csg71AhWOmxEn6$nP0bxCC3wSD(Q|%#x}~k6 zrK?l7oSBZU&dsH*UA+*#XV*ddURz3Ra(m$HXl>uzZdR{Ym|V7EQF39!>B)7C3mT@? zoZg39)wnRZc){vMJ3_ltO}P8qEXAM;yVb__$C~AwCK0T$L!Xmo>GH)Z4s*G>VZ|93 zJ#LirboF+(q--8C)zf`$FgYSMZ{Fl$b4>Q)v24LQ)7#0lBGp>TQW-m&jk|^3)}7jf z{MdKNq_?_Im9$y*DdN)QSdo@4GWh=8oi^L-?JH{M`)AQ-)M7M7jhZO{n}+ezY7p^xi9LC}TpBsWI9+X%`Gs1za!sZO7uDCTSz=s$SSt4G@)gVLv!-IT zN!H=<0;hGgX=~rymTc+m-X=p8-$!HtN3PQGw)LF1GZw5`Ze$7IWU>Y0E<@MAeQIK_ z335GY&T0X-$q?J5Bp2HU(Q3|t;@5M*$~yGm`C3p{nzi+->Q=0-hYMG0KMm)J(FM=v zSIJaKE~=R>D=X`qZr_sXNjGiT>V{E!=hohI*5bZw`^xUFbFrTEOhpkYmUp$L1YuWc za#dGzS9&TJ+Eyc@-_O*Jp6VGGK0d2OvCW9Jrbl*AqA~qJkhKvlnUt?)c9s}BW2j~& z&hKtdvq2ZHS-!Aw>5AoU4t2J4aY0DB^~tqg{i;n=Bf_8`_QS-9|| z(#b8|T|Kx&bahlLUs8&kE3zI)9j^;KzY^kmq}}TlGr`5d;2dj{ccIh)J=YbLF1jqZ zBB!n3p}HsPicB58p^iOFQ(Sjh&;W(RR~;5VzkxokjD0-!`uGibIce+cdv(v&{iyCa zNmP1Rnkt)b&dMm`1q&gv57SIA8!)#xZm&f(TdR{>YPMD-TX?XSB>{3}vUtmu-j3?6 z*(Kw5f+*ygKfW7T+ymps(w2vuPNQ3woQe2c*_;7}n>cb{%lB|6`N!LAqA2vAUsMZ; zj~?2Jjb|Sk#Ku#LJ~qdY1c}eK@q)Eayxq`ZnJ6ckF+OtfLJUt`wyDj>%{j39wqKs< zTff8OsgKGp@pw|BLF}l!V%rziR&iu@R3Fi2+jggq=P%o~8+g3<53&l-E{OH)$hpcXuOI3gY0O$iT;D^XgrGkgKXA8g6OmD zMJ`(Fn{78{#b?{CS@GF+TULDfA8fld)%9PtePLGq+4dz_@!9r{toWT-_H}<}`%|93 zPbkLb6RbZ&&FyO2M<>`)$-aF=IamJ=vLDORKk;|ApUv|3_EFmJWa*>Z6dBL|Te~20 z+oSX8DD4?p`dNQxyDrOL$5GmyS^BMiXZyk|e+Q1zzAa1t#Vq?Po}C#A05QG|@)0q99 zJp}f1o;@7)bs4+RjDh`xXP3gpz|l}>CIb8G>j|*^^=v9^fBmS1y~8EP{mpFHQ5bCI z!S=`N!an*Ub1LkpJ&Me-KIuoAjj+$kaURReCfL;(O_}KeF2b9131#MjOdOeU=88V{ zapor2FXXBm^nVw7sLJ^&)x<5D$n25um^kTZ-9NeSKfWFZ}QR~fZgQ9 z-v#@5&)+?;zwO!g!`|<;?<25(;`w_D_N$)#9PCOj{Y$Wmy#9Oz_TygvybgPh7yl>N zr{N<3{SW+aUj6Xa(3E@S83g-FPLBS@)(dm7m;YGUyhW%x)emB7Wlo!7b_8+|b4#3XOI4rZjSbN(`e-GjV&%Ph_t6u*+0=vtr?^Cc( z_wsuVHrEgdW#%Q=-*G0|>lN4uuRO2A{+Q?QPp~UI{oAnr;>G6z?*%8J%nX7(&dYBY z?B96)$H5-vwdX|Gb6j$irvi4lSN`d+Ydk%F?=}@5mtQ^bjb482`_FmpwFdS*o_-_n z)1Lnn<2`*R?B9Fw+hDKs>URn3J)V9K>?jnOYhdrn5Jlz&*x&Ke@9U!(%8ZBIoAFs@e?Zuf>F-gd z67j$H>>049WZG+#nFqTx6JKVQz<$_kAJ+9WPrnX!G~NnL5_V&zyoF{H>{id-0z2*5 zY1r;NJinh`1p5&$ekbgI_3SHQzwO!A!OqXrztG$aoA)>p3e9I=&-d&v!1li{-UU0l z2PrgPgYAD`yAQVC9}mG^i;sjd^JE5-$v4lyuF_cAFTft_^~cX)U*fgjuV6pzweKHc za}AO(%KU}toe6*M!rqgy%S?V|ERoDL$H4aQuX!zxp68UA<6w7W{Fj-@ebVQdsj&U~ z@fomxktIjz?4_`y?-%)ICG1Ks{tVbr$TJ&Z*Jg-3(*ipx zf1YWF9raJ1>4H7q)AQbGv}a!gJDR_F<}%n($o_sDja+JC@+-}ZJci#K{*#x!7%^YV zvL8~Lc@D+Mdoe5iklI{>hGKmz%FnpB_ie{!*^{#D=~?#4YIBSXMNjbuwJxxHecp3t zHa}tK!x3%%s%)q#H4`p4>bJ7*@t0iOzLQGqkMLfhS4Nx4xD7+MS4A6ABGT@6$atwT zl?@B+p&Dp9J~jAMlbMar415-nSvZY{S{^7`$cSnxYACH?;u`8|sH>r_n%u&fG^v|r zbu?R3&ApqGP0h{Sscj?|tX^DQHOm2N$=D)@w7aQubE=0@v9X^er3qbnNyGvmEz5=z zOM(;2f)h)P6AOToX6G_d!U~ zZS_~9{%X`;jryxmf41SEw{6F>mT#K+o2KQPrv9d>ziF-o)ZaAqH%-e|tM#o_f3@nb z)-{>>t5tus>aSM))vCW*^*3GpO;>-@)!%gWH(mWrSAW>iV%vAR`kSu)rmMdh>Tibn zo1y+@sJ|KNZ-)Atq5fv5zZvRphWeYS{${Gbnd)z*`kSf#W~#rL>Tjm{o2mY0s=rz4 zuiB1rbj&PuJWCzVQpdB@@ho*bOC8Tr$FrP6&7j(iyxE$=Y;`=F2^QDchFDzh+G94e zYgpar#^-EiOIx$6u5!s)4n}DHvnimh<(N%=ZG-J6oU~N4St?{oC&-j1q+t@A7>ARS z@=S*;H_s||^{K9MO;+W~%(AYPHDs-<9XJVT=fzrVAG8uX%3-n0I7w0MkcP#4*EZOJ zjFTj&Wo=VZ5G$NCaSK|7Ol2@ zfOy+x_4b5zaLoZHuvk3$s?s*3Z_rX)sk*jjwe3RGf$q>F^n;Ujlaf+fJBgr_matO{ zO13{v;?%BBXkAHXR}ol}z^)x=NEQiRBqO`vKq91Ft`H}=+rjpSvU zVCH8<))RNV_D$pM1k}BHjPJW8&oQ#UO?G?wUb1$``B8`ONgagSjwwIm&4=8JmGB{~ z;%OGicZ4ZF7lZeEqxC^QvD3@~9-}<5v@;T>f0FL6Maj8DZY7TSAWhppz< z!iP9b`Hf)SCl|jinD>vxzZJ|jae4XeGoPB@iH7Abc}mLT>cSX)cPh~vVq#a$R^Z~_ zz=i5>qk^;!mE$Nz$Q<%u2tpVae!z?0)SEXF8L?09yw^F!?TKLNWs58OCi3cs*zx;-T^)%Xe;cr?BcElIJdFbavD4(ip7MsJ z?H@)eep7HIPNN@;u+!Io8lyb1<9Qt!{SXca+1HdY%FjWZ)1L}l@{E*+*zp^HNB9M@p0EIV#i+q?5kM#Cd|RB<72GgwGM@ z3%;9ppx|#47YKfuxKQxVhzAMgx*7}?%;pG+1k-hJjNmfjV!@M$`NAKef_SLlX~ZRh z`93}vCioQMV+AiJ9xnJC;t_&35swtyK|D%uH!&AigbRqdkpO}7Js2x^7qPxv;`|N9 z3x6H)ae_G?gHpkqg8?gq@Ks_i#t8Qkmka(j@dUvy5Oae9!pp>=;8%#*7zn>6o-Fte z#K#MMi}(b=Lvnym6g+~Mi#o!1Vm2hg6yi$3rx0`F142D*�`R%5HAzlNUUwhJsH7r;rWg* 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 literal 0 HcmV?d00001 diff --git a/ESP-IDF_Robot/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/esp32c3/curve_fitting_coefficients.c.obj b/ESP-IDF_Robot/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/esp32c3/curve_fitting_coefficients.c.obj new file mode 100644 index 0000000000000000000000000000000000000000..a45c07ae98b3e3fe5e7f67f4639aef6aadcc4193 GIT binary patch literal 9624 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 bul{TRig5&Ny~_9nTjCxKp&zC)lo|NHg1ntg literal 0 HcmV?d00001 diff --git a/ESP-IDF_Robot/build/esp-idf/esp_adc/libesp_adc.a b/ESP-IDF_Robot/build/esp-idf/esp_adc/libesp_adc.a new file mode 100644 index 0000000000000000000000000000000000000000..0e1be217cfc62474e5f1e9f0a46def0749278da3 GIT binary patch literal 613052 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�li-K(UNn8)P4%LN$k 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%0A6a^lgsho*@3ljQS!cZ-y=+C*+Bp{GFZP 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

    L$_nBk9%Y_ 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 XG3bX3FiuA#^tNxs{~hjCVC((AV2|6A literal 0 HcmV?d00001 diff --git a/ESP-IDF_Robot/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth.c.obj b/ESP-IDF_Robot/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth.c.obj new file mode 100644 index 0000000000000000000000000000000000000000..8368da32f8a71427db9db1cfe25c45063cd57908 GIT binary patch literal 214364 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 R!n;Sx=R8j3Bsprk{|7Qa%F6%% literal 0 HcmV?d00001 diff --git a/ESP-IDF_Robot/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_netif_glue.c.obj b/ESP-IDF_Robot/build/esp-idf/esp_eth/CMakeFiles/__idf_esp_eth.dir/src/esp_eth_netif_glue.c.obj new file mode 100644 index 0000000000000000000000000000000000000000..2eb612d6176bf6b9f5e9b2886287ffb0e5ddd2e4 GIT binary patch literal 54344 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

FqAysqpZkli6aNZG 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 literal 0 HcmV?d00001 diff --git a/ESP-IDF_Robot/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_continuous.c.obj b/ESP-IDF_Robot/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_continuous.c.obj new file mode 100644 index 0000000000000000000000000000000000000000..0f0c2efebbf87e19ddb411763d020bb6fb6acd10 GIT binary patch literal 142852 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 literal 0 HcmV?d00001 diff --git a/ESP-IDF_Robot/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_monitor.c.obj b/ESP-IDF_Robot/build/esp-idf/esp_adc/CMakeFiles/__idf_esp_adc.dir/adc_monitor.c.obj new file mode 100644 index 0000000000000000000000000000000000000000..125ef75522a7d0716260f292bc2ddc691b92bb4f GIT binary patch literal 116772 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